{"id":13822056,"url":"https://github.com/nesyou01/LazyStaggeredGrid","last_synced_at":"2025-05-16T15:32:32.685Z","repository":{"id":50667269,"uuid":"451650800","full_name":"nesyou01/LazyStaggeredGrid","owner":"nesyou01","description":"A Jetpack Compose library to achieve staggered grid view","archived":false,"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":"2024-06-28T03:37:54.595Z","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":"2024-06-27T13:01:12.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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213893315,"owners_count":15653524,"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","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":"2024-08-04T08:01:40.676Z","updated_at":"2024-08-04T08:07:36.286Z","avatar_url":"https://github.com/nesyou01.png","language":"Kotlin","funding_links":["https://www.buymeacoffee.com/nesyou"],"categories":["Kotlin"],"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"}