Commit 4c55eacd by Hans.Lahe

Update Readme.md

parent 54e66f0a
Showing with 13 additions and 0 deletions
......@@ -10,3 +10,15 @@ You should be able to import the project directly into Android Studio:
+ Start Android Studio
+ Go to File=>New=>Import Project
+ Press Ok and wait for all the tasks to complete
## Android folder structure
Packages are organized base on package-by-feature. This approach uses packages to reflect the feature set.
ee.ttu.thesis.ui.* - containt all UI-related packages/classes
ee.ttu.thesis.utils.* - contains all helper classes
ee.ttu.thesis.di.* - contains all dagger dependency injection classes/packages
ee.ttu.thesis.data.* - contains all data manipulation packages/classes
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment