{"id":13609669,"url":"https://github.com/fondesa/recycler-view-divider","last_synced_at":"2026-01-16T06:03:32.267Z","repository":{"id":41153287,"uuid":"56091159","full_name":"fondesa/recycler-view-divider","owner":"fondesa","description":"A library which configures a divider for a RecyclerView.","archived":false,"fork":false,"pushed_at":"2025-11-11T02:34:41.000Z","size":1673,"stargazers_count":516,"open_issues_count":16,"forks_count":45,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-11-11T04:19:43.669Z","etag":null,"topics":["android","androidx","divider","divideritemdecoration","gridlayoutmanager","itemdecoration","linearlayoutmanager","list","recyclerview","rtl","staggered","staggeredgrid","staggeredgridlayoutmanager"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fondesa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"custom":"https://www.paypal.me/fondesa"}},"created_at":"2016-04-12T19:18:21.000Z","updated_at":"2025-09-09T10:18:37.000Z","dependencies_parsed_at":"2023-10-12T00:43:24.318Z","dependency_job_id":"7b2aa66e-cd31-4d9a-acaf-916f652c476a","html_url":"https://github.com/fondesa/recycler-view-divider","commit_stats":null,"previous_names":["fondesa/recyclerviewdivider"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/fondesa/recycler-view-divider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fondesa%2Frecycler-view-divider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fondesa%2Frecycler-view-divider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fondesa%2Frecycler-view-divider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fondesa%2Frecycler-view-divider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fondesa","download_url":"https://codeload.github.com/fondesa/recycler-view-divider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fondesa%2Frecycler-view-divider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"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","androidx","divider","divideritemdecoration","gridlayoutmanager","itemdecoration","linearlayoutmanager","list","recyclerview","rtl","staggered","staggeredgrid","staggeredgridlayoutmanager"],"created_at":"2024-08-01T19:01:36.977Z","updated_at":"2026-01-16T06:03:32.234Z","avatar_url":"https://github.com/fondesa.png","language":"Kotlin","funding_links":["https://www.paypal.me/fondesa"],"categories":["Kotlin"],"sub_categories":[],"readme":"RecyclerViewDivider\n===============\n[![Build Status](https://github.com/fondesa/recycler-view-divider/workflows/GitHub%20CI%20Build/badge.svg)](https://github.com/fondesa/recycler-view-divider/actions)\n[![RecyclerViewDivider](https://www.appbrain.com/stats/libraries/shield/recyclerviewdivider.svg)](https://www.appbrain.com/stats/libraries/details/recyclerviewdivider/recyclerviewdivider)\n\nA RecyclerView's divider which can be customized with simple properties or advanced ones.\n\n\u003cimg src=\"https://raw.githubusercontent.com/fondesa/recycler-view-divider/master/art/screenshot_linear.png\" height=\"500\"\u003e   \u003cimg src=\"https://raw.githubusercontent.com/fondesa/recycler-view-divider/master/art/screenshot_grid.png\" height=\"500\"\u003e   \u003cimg src=\"https://raw.githubusercontent.com/fondesa/recycler-view-divider/master/art/screenshot_staggered.png\" height=\"500\"\u003e\n\nIt supports:\n- `LinearLayoutManager`\n- `GridLayoutManager`\n- `StaggeredGridLayoutManager`\n\nUsage\n------\n\nA basic version of the divider can be attached to a ```RecyclerView``` in these ways:\n\n```kotlin\n// Default configuration.\nrecyclerView.addDivider()\n```\n**OR**\n```kotlin\n// Custom configuration.\ncontext.dividerBuilder()\n    // [...]\n    .build()\n    .addTo(recyclerView)\n```\n\nEach divider can be customized with various properties.\nThese properties can have a common value for every divider or a specific value related to a divider instance.\n\nFor further information, check the [wiki](https://github.com/fondesa/recycler-view-divider/wiki).\n\nCompatibility\n------\n\n**Android SDK**: RecyclerViewDivider requires a minimum API level of 14 (the same of RecyclerView).\n\n**AndroidX**: this library requires AndroidX. To use it in a project without AndroidX, refer to the version *2.x*\n\nIntegration\n------\n\nYou can download a jar from GitHub's [releases page](https://github.com/fondesa/recycler-view-divider/releases) or grab it from ```mavenCentral()```.\n\n### Gradle ###\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.fondesa/recycler-view-divider/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.fondesa/recycler-view-divider) \n\n```gradle\ndependencies {\n    implementation 'com.github.fondesa:recycler-view-divider:x.x.x'\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffondesa%2Frecycler-view-divider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffondesa%2Frecycler-view-divider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffondesa%2Frecycler-view-divider/lists"}