{"id":41228432,"url":"https://github.com/pakohan/compose-coverflow","last_synced_at":"2026-01-23T00:42:30.865Z","repository":{"id":249346088,"uuid":"830824986","full_name":"pakohan/compose-coverflow","owner":"pakohan","description":"Jetpack Compose implementation of 🍎 CoverFlow","archived":false,"fork":false,"pushed_at":"2025-10-27T09:43:57.000Z","size":311,"stargazers_count":3,"open_issues_count":12,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T11:35:26.065Z","etag":null,"topics":["android","android-library","coverflow","jetpack"],"latest_commit_sha":null,"homepage":"https://pakohan.github.io/compose-coverflow/","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/pakohan.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,"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":"2024-07-19T04:46:27.000Z","updated_at":"2025-10-27T09:44:01.000Z","dependencies_parsed_at":"2024-09-08T05:37:12.809Z","dependency_job_id":"7aa98ee3-1b31-4727-93b0-814be1ee4179","html_url":"https://github.com/pakohan/compose-coverflow","commit_stats":null,"previous_names":["pakohan/compose-coverflow"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pakohan/compose-coverflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakohan%2Fcompose-coverflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakohan%2Fcompose-coverflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakohan%2Fcompose-coverflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakohan%2Fcompose-coverflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pakohan","download_url":"https://codeload.github.com/pakohan/compose-coverflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakohan%2Fcompose-coverflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28676145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T20:48:19.482Z","status":"ssl_error","status_checked_at":"2026-01-22T20:48:14.968Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-library","coverflow","jetpack"],"created_at":"2026-01-23T00:42:30.790Z","updated_at":"2026-01-23T00:42:30.851Z","avatar_url":"https://github.com/pakohan.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# compose-coverflow\n\n[![Gradle Tests](https://github.com/pakohan/compose-coverflow/actions/workflows/test.yml/badge.svg)](https://github.com/pakohan/compose-coverflow/actions/workflows/test.yml)\n\nJetpack Compose implementation of 🍎 CoverFlow.\n\nTriggerwarning: You might find logic that is not implemented in the most idiomatic way possible,\ncontains bugs, or is just inefficient.\nIf so, let me know!\nThis project was created as a learning experience since I'm trying to learn programming Android apps\nand I thought this was an interesting challenge.\nSo if you have ideas on how to improve it, let me know, or create a pull request.\nI use this project to learn how to properly configure a GitHub project as well, so if you think the\nworkflow is not the best it could be, let me know as well.\nThis code contains a little bit of everything, and although no part of it is perfect, it's a good\nscaffold:\n\nI plan to publish the coverflow module as a library to a maven central eventually, automated by\nGitHub Actions.\nThe app module can be run on an Android device as a demo to show what the Component is capable of\nand how to configure it.\n\n## Documentation\n\nRead the [KDoc](https://pakohan.github.io/compose-coverflow/coverflow/com.pakohan.coverflow/).\n\n## Demonstration Video\n\n[![Watch a demonstration vide](https://img.youtube.com/vi/dfrZBEqYYs8/0.jpg)](https://www.youtube.com/watch?v=dfrZBEqYYs8)\n\n## Usage\n\n```kotlin\nCoverFlow(modifier = Modifier.background(Color.Black)) {\n    items(20) {\n        Text(\n            text = \"This is element number $it\",\n            textAlign = TextAlign.Center,\n            modifier = Modifier.background(Color.White)\n        )\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpakohan%2Fcompose-coverflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpakohan%2Fcompose-coverflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpakohan%2Fcompose-coverflow/lists"}