Quran App Android: Github Work

Several high-quality, open-source Quran apps for Android are hosted on GitHub. The most prominent ones are:

These projects allow developers to study, contribute, or fork them for custom Islamic apps.


  • Customize the UI:
  • Build the APK: In Android Studio: Build > Build Bundle(s) / APK(s) > Build APK.
  • Distribute: Upload to Google Play or share via GitHub Releases.
  • GitHub: ahmedre/green-quran

    Code quality:

    Best for: Learning Kotlin/MVVM in a religious app context.
    Drawback: Fewer features (no gapped text, less translation options). quran app android github work


    Many Muslims believe touching a digital screen with the full Quranic text requires Wudu (ablution).

    If you want to skip the heavy lifting of building the infrastructure, you can look at specific Android SDKs for Quran apps, such as: Several high-quality, open-source Quran apps for Android are

    Recommendation: Start by cloning quran/quran_android. Even if you don't build the whole app, reading the source code for their PageAdapter (how they display the pages) and DatabaseHandler is the best way to learn how to build one yourself.


    If you want your GitHub work to be respected and used by others, follow these rules: These projects allow developers to study, contribute, or