{"id":25851844,"url":"https://github.com/fekri8614/compose-boom","last_synced_at":"2026-05-13T15:33:17.773Z","repository":{"id":177544270,"uuid":"656704199","full_name":"fekri8614/compose-boom","owner":"fekri8614","description":"Search and Read books by Compose Boom!","archived":false,"fork":false,"pushed_at":"2023-08-10T10:09:00.000Z","size":61793,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-28T02:59:51.296Z","etag":null,"topics":["android","android-architecture","dependency-injection","jetpack-android","jetpack-compose","koin","koin-injection","kotlin","kotlin-android","kotlin-coroutines","mvvm-android","mvvm-architecture","programming","sample-app"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fekri8614.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-21T13:16:34.000Z","updated_at":"2023-08-10T10:16:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"667c804a-330d-4e42-acaa-1e340c029c87","html_url":"https://github.com/fekri8614/compose-boom","commit_stats":null,"previous_names":["fekri86114/compose-boom","fekri8614/compose-boom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fekri8614/compose-boom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekri8614%2Fcompose-boom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekri8614%2Fcompose-boom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekri8614%2Fcompose-boom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekri8614%2Fcompose-boom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fekri8614","download_url":"https://codeload.github.com/fekri8614/compose-boom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekri8614%2Fcompose-boom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32988840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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","android-architecture","dependency-injection","jetpack-android","jetpack-compose","koin","koin-injection","kotlin","kotlin-android","kotlin-coroutines","mvvm-android","mvvm-architecture","programming","sample-app"],"created_at":"2025-03-01T13:18:43.033Z","updated_at":"2026-05-13T15:33:17.767Z","avatar_url":"https://github.com/fekri8614.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Compose Boom!\n*You can read and search books by **Compose Boom!***\n\n* ***Compose Boom!** is a cloned sample of Boom application. Boom is an application to read and search about books*\n\n---\n\n## Info:\n* **Language:** *Kotlin* 🔥✌😈\n* **Compose version:** *1.4.0*\n* **Gradle version:** *8.0*\n* **minSdk:** *24*\n* **targetSdk:** *33*\n* **jvmTarget:** *11*\n* **Android Gradle Plugin Version:** *7.4.1*\n* **Architecture:** *MVVM* *(Single activity)*\n\n---\n\n## Starter:\nTo edit this project, copy this URL and paste it: `Android Studio \u003eGet from VCS`\n\n    https://github.com/fekri8614/compose-boom.git\n\n## Dependencies:\nTo add dependencies, copy and paste: `build.gradle (Module :app)` and Sync.\n###\n**[System UI Controller](https://www.linkedin.com/posts/fekri8614_mohammad-reza-fekri-junior-android-developer-activity-7088588482175983616-PSQv?utm_source=share\u0026utm_medium=member_desktop)**, to make ui-changes easier.\n\n    implementation 'com.google.accompanist:accompanist-systemuicontroller:0.17.0'\n\n**Navigation-Compose**, to navigate between pages.\n\n    implementation \"androidx.navigation:navigation-compose:2.5.3\"\n\n**LiveData**, to use livedata benefits.\n\n    implementation \"androidx.compose.runtime:runtime-livedata:$compose_ui_version\"\n\n**Coil**, to load images async.\n\n    implementation \"io.coil-kt:coil-compose:2.3.0\"\n\n**Kotlin-Coroutines**, to use kotlin coroutines benefits.\n\n    implementation \"org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1\"\n    implementation \"androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1\"\n\n**Koin**, to Inject Dependencies (DI).\n\n    implementation \"dev.burnoo:cokoin:1.0.0\"\n    implementation \"dev.burnoo:cokoin-android-viewmodel:1.0.0\"\n    implementation \"dev.burnoo:cokoin-android-navigation:1.0.0\"\n\n**Retrofit**, to use web-service benefits as easy.\n\n    implementation \"com.squareup.retrofit2:retrofit:2.9.0\"\n    implementation \"com.squareup.retrofit2:converter-gson:2.9.0\"\n\n**Lottie-Compose**, to load animation.\n\n    implementation \"com.airbnb.android:lottie-compose:5.2.0\"\n\n**Collapsing Toolbar**\n\n    implementation \"me.onebone:toolbar-compose:2.3.5\"\n\n**PDFViewer**\n\n    implementation 'io.github.grizzi91:bouquet:1.1.2'\n\n---\n\nThis app is full developed by Mohammad Reza Fekri.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffekri8614%2Fcompose-boom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffekri8614%2Fcompose-boom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffekri8614%2Fcompose-boom/lists"}