{"id":24840374,"url":"https://github.com/nesyou01/lazystaggeredgrid","last_synced_at":"2025-10-14T13:31:10.875Z","repository":{"id":50667269,"uuid":"451650800","full_name":"nesyou01/LazyStaggeredGrid","owner":"nesyou01","description":"A Jetpack Compose library to achieve staggered grid view","archived":true,"fork":false,"pushed_at":"2022-05-25T14:18:17.000Z","size":778,"stargazers_count":51,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-16T15:50:21.815Z","etag":null,"topics":["android","jetpack","jetpack-android","jetpack-compose","kotlin","kotlin-android"],"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/nesyou01.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}},"created_at":"2022-01-24T22:13:04.000Z","updated_at":"2025-01-10T19:10:04.000Z","dependencies_parsed_at":"2022-08-25T20:40:08.996Z","dependency_job_id":null,"html_url":"https://github.com/nesyou01/LazyStaggeredGrid","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nesyou01/LazyStaggeredGrid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesyou01%2FLazyStaggeredGrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesyou01%2FLazyStaggeredGrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesyou01%2FLazyStaggeredGrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesyou01%2FLazyStaggeredGrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nesyou01","download_url":"https://codeload.github.com/nesyou01/LazyStaggeredGrid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesyou01%2FLazyStaggeredGrid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018715,"owners_count":26086609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","jetpack","jetpack-android","jetpack-compose","kotlin","kotlin-android"],"created_at":"2025-01-31T06:55:51.374Z","updated_at":"2025-10-14T13:31:10.213Z","avatar_url":"https://github.com/nesyou01.png","language":"Kotlin","funding_links":["https://www.buymeacoffee.com/nesyou"],"categories":[],"sub_categories":[],"readme":"# LazyStaggeredGrid\n\nA Jetpack Compose library to achieve staggered grid view\n\n## Getting Started\n\nTo start using this package, add the JitPack repository to your `settings.gradle` file \n\n```\t\nmaven { url 'https://jitpack.io' }\n```\nThen add the dependency\n\n\n```\t\n  implementation 'com.github.nesyou01:LazyStaggeredGrid:\u003clatest-version\u003e'\n```\n\n## Features\n\n- Scroll animations\n- Light weight\n- Lazy implemtation\n\n## Simple Example\n\n```kotlin\nLazyStaggeredGrid(cells = StaggeredCells.Adaptive(minSize = 180.dp)) {\n     items(60) {\n        val random: Double = 100 + Math.random() * (500 - 100)\n          Image(\n             painter = painterResource(id = R.drawable.image),\n             contentDescription = null,\n             modifier = Modifier.height(random.dp).padding(10.dp),\n             contentScale = ContentScale.Crop\n          )\n      }\n  }\n```\n\n## Result\nThe result of the code above:\n\n\u003cimg src=\"https://github.com/nesyou01/LazyStaggeredGrid/blob/master/Screenshot_2022-01-24-23-21-38.jpg\" width=\"250\"/\u003e\n\n## Issues\n\nPlease file any issues, bugs or feature request as an [issue](https://github.com/nesyou01/LazyStaggeredGrid/issues) on our GitHub page.\n\n## Buy me a coffe\n\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/nesyou)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnesyou01%2Flazystaggeredgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnesyou01%2Flazystaggeredgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnesyou01%2Flazystaggeredgrid/lists"}