{"id":24509451,"url":"https://github.com/zunjae/bunpaginate","last_synced_at":"2025-10-09T15:13:20.950Z","repository":{"id":202424750,"uuid":"185040589","full_name":"zunjae/BunPaginate","owner":"zunjae","description":"Most basic RecyclerView pagination ever","archived":false,"fork":false,"pushed_at":"2019-09-17T07:32:11.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T13:55:41.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zunjae.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}},"created_at":"2019-05-05T14:16:55.000Z","updated_at":"2019-09-17T07:32:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1cafc97-49fb-46df-8e40-75c53a73e973","html_url":"https://github.com/zunjae/BunPaginate","commit_stats":null,"previous_names":["zunjae/bunpaginate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zunjae/BunPaginate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunjae%2FBunPaginate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunjae%2FBunPaginate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunjae%2FBunPaginate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunjae%2FBunPaginate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zunjae","download_url":"https://codeload.github.com/zunjae/BunPaginate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunjae%2FBunPaginate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001644,"owners_count":26083146,"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-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2025-01-22T00:21:10.072Z","updated_at":"2025-10-09T15:13:20.919Z","avatar_url":"https://github.com/zunjae.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BunPaginate\n\n* Add pagination to your RecyclerView\n\n1) Include the BunPaginate.kt file into your project\n2) Create an instance of `BunPaginate` like this\n\n```kotlin\npaginator = object : BunPaginate(recyclerViewShows) {\n  override fun isLastPage(): Boolean {\n    // return a variable which determines whether you're on the last page\n  }\n\n  override fun isLoading(): Boolean {\n    // return a variable which determines whether data is being loaded\n  }\n\n  override fun loadMore(pageNumber: Int) {\n    // load more data\n  }\n}\n```\n\n3) Attach the Paginator to the RecyclerView\n\n```\nrecyclerView.addOnScrollListener(paginator)\n```\n\n## License\n\nThis project is available under the MIT license, though there is no need to include a license and copyright notice\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunjae%2Fbunpaginate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzunjae%2Fbunpaginate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunjae%2Fbunpaginate/lists"}