{"id":13642548,"url":"https://github.com/CymChad/BaseRecyclerViewAdapterHelper","last_synced_at":"2025-04-20T16:32:46.130Z","repository":{"id":37318987,"uuid":"55886798","full_name":"CymChad/BaseRecyclerViewAdapterHelper","owner":"CymChad","description":"BRVAH:Powerful and flexible RecyclerAdapter","archived":false,"fork":false,"pushed_at":"2024-06-26T14:33:39.000Z","size":67420,"stargazers_count":24456,"open_issues_count":440,"forks_count":5174,"subscribers_count":559,"default_branch":"master","last_synced_at":"2025-04-08T07:26:55.235Z","etag":null,"topics":["android","android-library","recyclerview","recyclerview-adapter","recyclerview-item-animation"],"latest_commit_sha":null,"homepage":"http://www.recyclerview.org/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CymChad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2016-04-10T07:40:11.000Z","updated_at":"2025-04-08T01:44:26.000Z","dependencies_parsed_at":"2022-07-12T12:24:58.757Z","dependency_job_id":"630b0366-eff7-4138-bed9-7b00fcc79cb3","html_url":"https://github.com/CymChad/BaseRecyclerViewAdapterHelper","commit_stats":{"total_commits":1129,"total_committers":55,"mean_commits":"20.527272727272727","dds":0.8015943312666076,"last_synced_commit":"8aca343777b56e067c7bc49c94729c9b24b8d299"},"previous_names":[],"tags_count":230,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CymChad%2FBaseRecyclerViewAdapterHelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CymChad%2FBaseRecyclerViewAdapterHelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CymChad%2FBaseRecyclerViewAdapterHelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CymChad%2FBaseRecyclerViewAdapterHelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CymChad","download_url":"https://codeload.github.com/CymChad/BaseRecyclerViewAdapterHelper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249926572,"owners_count":21346587,"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","android-library","recyclerview","recyclerview-adapter","recyclerview-item-animation"],"created_at":"2024-08-02T01:01:32.904Z","updated_at":"2025-04-20T16:32:45.633Z","avatar_url":"https://github.com/CymChad.png","language":"Kotlin","readme":"![](https://user-images.githubusercontent.com/7698209/33198075-ef8f2230-d123-11e7-85a3-4cb9b22f877d.png)\n[![](https://img.shields.io/maven-central/v/io.github.cymchad/BaseRecyclerViewAdapterHelper4)](https://repo.maven.apache.org/maven2/io/github/cymchad/BaseRecyclerViewAdapterHelper4/) [![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-BaseRecyclerViewAdapterHelper-green.svg?style=true)](https://android-arsenal.com/details/1/3644) [![CircleCI](https://circleci.com/gh/CymChad/BaseRecyclerViewAdapterHelper/tree/master.svg?style=svg)](https://circleci.com/gh/CymChad/BaseRecyclerViewAdapterHelper/tree/master) [![](https://img.shields.io/badge/%E4%BD%9C%E8%80%85-%E9%99%88%E5%AE%87%E6%98%8E-7AD6FD.svg)](https://mp.weixin.qq.com/s/U4QAPlu5WDm8U5Ljc7TuAQ) [![](https://img.shields.io/badge/%E4%BD%9C%E8%80%85-limuyang2-7AD6FD)](https://github.com/limuyang2)  \n# BRVAH\n\nPowerful and flexible RecyclerView Adapter,\nPlease feel free to use this. (Welcome to **Star** and **Fork**)  \n\n强大而灵活的RecyclerView Adapter（欢迎 **Star** 和 **Fork**）\n\n​    \n新版4.x.x已发布，完美兼容`ConcatAdapter`，解决了许多遗留问题，拆分了功能模块，BaseAdapter更加简洁干净。“多类型布局”更加灵活。向上、向下加载得到极大加强。\nv4版本已经上传 maven 中央仓库，不需要再引入三方仓库配置了。欢迎尝试。\n```\nimplementation \"io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.1.4\"\n```\n\n\nOf course, you can continue to use the [2.x](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/tree/2.x) version.\n\n当然，你也可以继续使用[2.x](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/tree/2.x) 版本、[3.x](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/3.x/readme/0-BaseRecyclerViewAdapterHelper.md)版本。\n\n# Document\n- English Writing ...\n- [3.0版本 中文](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/3.x/readme/0-BaseRecyclerViewAdapterHelper.md)\n- [4.0版本 中文](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/wiki)\n\n\n(由于各位项目成员工作较为繁忙，请各位同学谅解)\n\n## v4 版本 Demo\n[wiki](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/wiki)\n\n\n# proguard-rules.pro\n\u003e 此资源库自带混淆规则，并且会自动导入，正常情况下无需手动导入。\n\n\u003e The library comes with `proguard-rules.pro` rules and is automatically imported. Normally no manual import is required.\n\u003e You can also go here to view [proguard-rules](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/master/library/proguard-rules.pro)\n\n\n\n\n# Thanks  \n[JoanZapata / base-adapter-helper](https://github.com/JoanZapata/base-adapter-helper)\n\n# [License](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/master/LICENSE)\n","funding_links":[],"categories":["RecyclerView","Android 应用"],"sub_categories":["网络服务_其他"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCymChad%2FBaseRecyclerViewAdapterHelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCymChad%2FBaseRecyclerViewAdapterHelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCymChad%2FBaseRecyclerViewAdapterHelper/lists"}