https://github.com/dapoi/Muslim-Q
Aplikasi kebutuhan umat muslim di Indonesia
https://github.com/dapoi/Muslim-Q
android muslim-app mvvm navigation-component single-activity
Last synced: 4 months ago
JSON representation
Aplikasi kebutuhan umat muslim di Indonesia
- Host: GitHub
- URL: https://github.com/dapoi/Muslim-Q
- Owner: dapoi
- License: mit
- Created: 2022-08-09T11:50:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-22T14:16:28.000Z (5 months ago)
- Last Synced: 2026-01-23T07:15:05.941Z (5 months ago)
- Topics: android, muslim-app, mvvm, navigation-component, single-activity
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=com.prodev.muslimq
- Size: 21.9 MB
- Stars: 37
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-islamic-open-source-apps - Muslim-Q - Q is a Quran app for Muslims to read, listen, and explore the Quran. 👍 Includes translations in multiple languages, Provides audio recitations of the Quran (Quranic Text and Reading (386 projects) / Kotlin)
README
Muslim Q
merupakan sebuah aplikasi kebutuhan umat muslim yang bersifat open-source. Dengan aplikasi ini, diharapkan dapat meningkatkan ketaqwaan kita semua... Aamiinn
## Cara berkontribusi
Jika ingin MR, push code ke dalam [forked-branch](https://github.com/dapoi/Muslim-Q/tree/forked-branch) untuk memudahkan proses review & merge
## Fitur
- Quran + audio
- Jadwal shalat & adzan
- Tasbih digital
- Kumpulan do'a
- Mode gelap
## Teknologi yang digunakan
- [Single Activity](https://developer.android.com/guide/navigation/navigation-migrate#single-activity)
- [Kotlin-DSL](https://docs.gradle.org/current/userguide/kotlin_dsl.html)
- [Lifecycle & Livedata](https://developer.android.com/jetpack/androidx/releases/lifecycle)
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel)
- [Navigation Component](https://developer.android.com/jetpack/androidx/releases/navigation)
- [Dagger Hilt](https://dagger.dev/hilt/)
- [Retrofit 2](https://square.github.io/retrofit/)
- [Moshi](https://github.com/square/moshi)
- [Coroutines](https://developer.android.com/kotlin/coroutines?gclsrc=aw.ds&gclid=CjwKCAiAnO2MBhApEiwA8q0HYSKx8VWo_WPkBPO0Oiku9QN_d0sbi6zHhntW8pD7ZsAjciGIp7_oyhoCjvgQAvD_BwE)
- [Glide](https://github.com/bumptech/glide)
- [Google Maps SDK](https://developers.google.com/maps/documentation)
- [Room](https://developer.android.com/training/data-storage/room)
- [Datastore](https://developer.android.com/topic/libraries/architecture/datastore)
## Referensi / Sumber Data
- Quran API : https://equran.id/apidev
- Jadwal Shalat API : https://aladhan.com/prayer-times-api
## Tangkapan Layar
## Lisensi
```
MIT License
Copyright (c) 2023 Muslim Q
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
