{"id":41328370,"url":"https://github.com/adelayman1/QuranAppCoroutine","last_synced_at":"2026-02-01T17:00:42.227Z","repository":{"id":62465215,"uuid":"487653991","full_name":"adelayman1/QuranAppCoroutine","owner":"adelayman1","description":"This repository contains a quran app that implements mvvm architecture , clean architecture , navigation component , hilt , etc.... using kotlin language","archived":false,"fork":false,"pushed_at":"2025-12-22T14:47:15.000Z","size":1757,"stargazers_count":23,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-24T01:34:42.786Z","etag":null,"topics":["android","clean-architecture","coroutines","coroutines-android","coroutines-flow","hilt","hilt-dagger2","hilt-dependency-injection","holy-quran","kotlin","mvvm-android","navigation-component","quran","repository-pattern","retrofit","retrofit2-coroutines"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adelayman1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-01T22:14:23.000Z","updated_at":"2025-12-22T14:47:18.000Z","dependencies_parsed_at":"2023-01-22T05:38:15.314Z","dependency_job_id":null,"html_url":"https://github.com/adelayman1/QuranAppCoroutine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adelayman1/QuranAppCoroutine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelayman1%2FQuranAppCoroutine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelayman1%2FQuranAppCoroutine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelayman1%2FQuranAppCoroutine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelayman1%2FQuranAppCoroutine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adelayman1","download_url":"https://codeload.github.com/adelayman1/QuranAppCoroutine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelayman1%2FQuranAppCoroutine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28983424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T16:29:42.054Z","status":"ssl_error","status_checked_at":"2026-02-01T16:29:41.428Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","clean-architecture","coroutines","coroutines-android","coroutines-flow","hilt","hilt-dagger2","hilt-dependency-injection","holy-quran","kotlin","mvvm-android","navigation-component","quran","repository-pattern","retrofit","retrofit2-coroutines"],"created_at":"2026-01-23T06:11:49.932Z","updated_at":"2026-02-01T17:00:42.219Z","avatar_url":"https://github.com/adelayman1.png","language":"Kotlin","funding_links":[],"categories":["Quranic Text and Reading (386 projects)"],"sub_categories":["Kotlin"],"readme":"# QuranAppCoroutine :book: \n\n\u003ca href=\"https://www.linkedin.com/in/adel-ayman-2497ab1b3/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\" alt=\"LinkedIn Badge\"/\u003e\n  \u003c/a\u003e\n\n  \n    ## تنبيه هام ال API فيه أخطاء قمت بإزالته\n\nThis repository contains a **quran app** that implements Coroutines , mvvm architecture , clean architecture , navigation component , hilt , etc.... using kotlin language\n\n\n\n## App Overview\n\n- this screen view all surahs in quran\n\n- this screen view surah the user selected it\n\n\n\n## Built With 🛠\n\n*  [Kotlin](https://kotlinlang.org/) \n*  [Coroutines](https://developer.android.com/kotlin/coroutines)\n*  [StateFlow](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-state-flow/) \n*  mvvm architecture\n*  Clean architecture\n*  [Navigation component](https://developer.android.com/guide/navigation)\n*  [Hilt](https://developer.android.com/training/dependency-injection/hilt-jetpack) \n*  [Retrofit2](https://square.github.io/retrofit/) \n*  Single activity concept \n*  Repository pattern\n*  [ViewBinding](https://developer.android.com/topic/libraries/view-binding) \n\n## Project Structure\n\n\n    myquran      \n    ├── data       \n    │   ├── di                  \n    |   │   └── module        \n    |   |       ├──RepositoryModule.kt\n    |   |       ├──NetworkModule.kt\n    |   |       ├──CoroutinesModule.kt\n    |   |       └──SurahApiModule.kt\n    |   |\n    │   ├── repositories         \n    |   |   └──SurahRepositoryImpl.kt\n    |   |\n    |   |\n    |   ├── models          \n    |   |   └──VerseModel.kt \n    |   |\n    |   |\n    |   ├── sources    \n    |   │   └── remote\n    |   |       ├──dataSource\n    |   |       |    └──SurahRemoteDataSource.kt\n    |   |       ├──endPoints\n    |   |       |    └──SurahApiService.kt\n    |   |       └──responseModels\n    |   |           ├──BaseApiResponse.kt\n    |   |           ├──SurahDetailsResponse.kt\n    |   |           └──SurahModeResponse.kt\n    |   | \n    |   |\n    |   |── utils\n    |   |   └──ErrorHandlerImpl.kt \n    |   |\n    |   |    \n    |── domain \n    |   ├──models\n    |   |   ├──SurahDetailsModel.kt\n    |   |   ├──SurahModel.kt\n    |   |   └──VerseModel.kt\n    |   |\n    |   |──repositories\n    |   |  └──SurahRepository.kt\n    |   |\n    |   |──usecases\n    |   |  ├──GetAllSurahUseCase.kt\n    |   |  └──GetSurahDetailsUseCase.kt\n    |   |\n    |   |──utils\n    |   |  └──ErrorHandler.kt\n    |\n    |\n    ├── presentation                      \n    │   ├── homeScreen\n    |   |   ├──uiStates\n    |   |   |   ├──SurahItemUiState.kt\n    |   |   |   └──SurahUiState.kt\n    |   |   ├──HomeFragment.kt\n    |   |   ├──HomeViewModel.kt\n    |   |   └──SurahAdapter.kt\n    |   |\n    │   ├── surahDetailsScreen\n    |   |   ├──uiState\n    |   |   |   ├──SurahDetailsUiState.kt\n    |   |   |   ├──SurahInfoUiState.kt\n    |   |   |   └──VerseItemUiState.kt\n    |   |   ├──SurahDetailsFragment.kt\n    |   |   ├──SurahDetailViewModel.kt\n    |   |   └──VerseAdapter.kt\n    |\n    |\n    ├──MainActivity.kt\n    └──Application.kt\n    \n       \n## LICENSE\n```MIT License\n\nCopyright (c) 2022 adelayman1\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadelayman1%2FQuranAppCoroutine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadelayman1%2FQuranAppCoroutine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadelayman1%2FQuranAppCoroutine/lists"}