{"id":18789205,"url":"https://github.com/dsiner/recyclerlist","last_synced_at":"2025-07-04T08:34:05.194Z","repository":{"id":202173169,"uuid":"142664576","full_name":"Dsiner/RecyclerList","owner":"Dsiner","description":"Handwritten recyclable list, not ListView, RecyclerView.","archived":false,"fork":false,"pushed_at":"2018-08-27T13:43:23.000Z","size":145,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T07:09:22.850Z","etag":null,"topics":["list","listview"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Dsiner.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":"2018-07-28T09:27:19.000Z","updated_at":"2019-03-10T07:01:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"c890ff3d-946e-43ff-8131-b7d0516f73c3","html_url":"https://github.com/Dsiner/RecyclerList","commit_stats":null,"previous_names":["dsiner/recyclerlist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dsiner/RecyclerList","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dsiner%2FRecyclerList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dsiner%2FRecyclerList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dsiner%2FRecyclerList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dsiner%2FRecyclerList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dsiner","download_url":"https://codeload.github.com/Dsiner/RecyclerList/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dsiner%2FRecyclerList/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263476109,"owners_count":23472522,"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":["list","listview"],"created_at":"2024-11-07T21:06:56.590Z","updated_at":"2025-07-04T08:34:05.149Z","avatar_url":"https://github.com/Dsiner.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RecyclerList for Android\n\n[![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n[![API](https://img.shields.io/badge/API-9%2B-green.svg?style=flat)](https://android-arsenal.com/api?level=9)\n\n\u003e Handwritten recyclable list, like `ListView`, `RecyclerView`.\n\n## Demo\n\u003cp\u003e\n   \u003cimg src=\"https://github.com/Dsiner/Resouce/blob/master/lib/RecyclerList/recyclerlist.gif\" width=\"320\" alt=\"Screenshot\"/\u003e\n\u003c/p\u003e\n\n## Support list\n- [x] Support recycling\n- [x] Support simple or multiple adapter\n- [ ] Support notifyDataSetChanged\n\n### Use\n```java\n    RecyclerList list = (RecyclerList) findViewById(R.id.list);\n    Adapter adapter = new Adapter(this, getDatas(200), R.layout.adapter_item);\n    list.setAdapter(adapter)\n```\n\nMore usage see [Demo](app/src/main/java/com/d/recyclerlist/MainActivity.java)\n\n## Licence\n\n```txt\nCopyright 2018 D\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsiner%2Frecyclerlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsiner%2Frecyclerlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsiner%2Frecyclerlist/lists"}