All Projects → gatheringhallstudios → Mhgendatabase

gatheringhallstudios / Mhgendatabase

Licence: mit
A companion android app for Monster Hunter Generations Ultimate

Programming Languages

kotlin
9241 projects

MHGU Database for Android (formally MHGen Database)

Source code for the Android app MHGU Database.

Get it on F-Droid Get it on Google Play

List of To-Dos can be found on our Trello Board

Join our team on Slack. Request a slack invitation via [email protected]

You can also freely join our Discord.

Building

Source runs in Android Studio. Open it, compile it, and run the project. You may need to create an emulator using the AVD Manager.

Database

Located in MHGenDatabase\app\src\main\assets\databases.

Art

Located in MHGenDatabase\app\src\main\assets\ and MHGenDatabase\app\src\main\icon-res\drawable

Package Layout

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].