Thursday, February 11, 2016

Project vs Module

Q.
What is 'Project' and what is 'Module' in Android Studio?

A.
This question can be confusing as Project in Android Studio is about the App that is to be developed. For example, a project paper for the undergraduate Computer Science 101 paper. On the other hand, a module is like the chapters inside this project paper, where chapter 1 may be introduction, chapter 2 methods and chapter 3 findings, etc.

The answer on Google search returned with the below:

A project in Android Studio represents a complete Android app. Android Studio projects consist of one or more modules.

A module is a component of your app that you can build, test, or debug independently.

Modules contain the source code and resources for your app.

Ref:
Abdellah, http://stackoverflow.com/questions/17187080/android-studio-new-project-vs-new-module

No comments:

Post a Comment