Skip to content

gaugustini/MHFUDatabase

Repository files navigation

MHFU Database

Release License API Profile

MHFU Database is an Android reference app for Monster Hunter Freedom Unite (MHFU). Easily browse detailed information on armors, weapons, items, skills, quests, and more — all available offline for fast access.

This project is inspired by the apps developed by Gathering Hall Studios, with most of the data sourced from MHFU-DB by Kolyn090.

Features

Access game data efficiently with fast navigation, offline support, and clear cross-references between related entities.

  • Comprehensive database – Detailed info on armors, weapons, items, skills, quests, and locations.
  • Advanced search & filters – Quickly find items or equipment by name or category.
  • Smart cross-references – Navigate relationships between materials, monsters, weapons, and quests.
  • Offline access – All content is stored locally for reliable use without an internet connection.

Download

Get it on Google Play

Or download the latest APK from the Releases page.

Data

The app uses a local SQLite database. A pre-populated database is bundled with the app and copied to the device on first launch.

Location of the database file:

app/src/main/assets/database/data.db

Development Setup

Requirements

  • Android Studio (latest stable version recommended)
  • JDK 17 or newer
  • Android SDK

Building

  1. Clone this repository:
git clone https://github.com/gaugustini/MHFUDatabase.git
  1. Open the project in Android Studio
  2. Let Gradle sync and download the dependencies
  3. Run the app on:
    • an Android emulator
    • or a physical device

To build the project from the command line:

./gradlew build

Contributing

Whether you want to improve features, fix bugs, enhance documentation, or share new ideas — all contributions are welcome.

You can start by:

  • Opening an issue to report a bug or suggest an improvement
  • Submitting a pull request with your changes
  • Sharing your ideas and suggestions in the Discussions section

How to contribute

  1. Fork this repository
  2. Clone it to your local machine
  3. Create a new branch for your changes
  4. Commit and push your work to your fork
  5. Open a pull request with a description of your contribution

Credits and Resources

License

This project is licensed under the MIT License.

About

Android reference app for Monster Hunter Freedom Unite (MHFU)

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages