Source code for the Android app MHGU Database.
List of To-Dos can be found on our Trello Board
Join our team on Slack. Request a slack invitation via jayson.p.delacruz@gmail.com
You can also freely join our Discord.
Source runs in Android Studio. Open it, compile it, and run the project. You may need to create an emulator using the AVD Manager.
Located in MHGenDatabase\app\src\main\assets\databases
.
Located in MHGenDatabase\app\src\main\assets\
and MHGenDatabase\app\src\main\icon-res\drawable
com.ghstudios.android.data
- Contains classes to query the database
com.ghstudios.android.loader
- Contains loaders for UI to load data. Being phased out in favor of ViewModels and LiveData.
com.ghstudios.android.adapter
- Pager adapters
- RecyclerView adapters and adapter delegates
com.ghstudios.android.ClickListeners
- View ClickListener objects used to handle navigation to a different subsystem.
com.ghstudios.android.features
- Contains subpackages, one for each subsystem supported by the app
com.ghstudios.android.components
- Custom Views
com.ghstudios.android.util
- Various general-purpose utilities and extension functions