Commit 791b59f6 by Hans.Lahe

Changed Readme.md location

parent 4c55eacd
Showing with 25 additions and 0 deletions
# Mobile application to support treasure hunts
Clone or download the repository.
Simplest way to test would be via Android Studio.
## Importing Project into Android Studio
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