Skip to content

Instantly share code, notes, and snippets.

@corsc
Last active December 21, 2015 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corsc/6289415 to your computer and use it in GitHub Desktop.
Save corsc/6289415 to your computer and use it in GitHub Desktop.
Newer (experimental) file structure
someapp/
common/
module1/
submodule1/
submodule2/
module2/
utils/
Comments:
A module could be as small as 1 screen or as large as you like.
For a small module the like of files would likely include:
-An activity
-The Fragments used in this activity
-Broadcast Receivers, EventReceivers or Custom Views for this module/screen
-Any other business logic classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment