{"id":13396142,"url":"https://github.com/h6ah4i/android-advancedrecyclerview","last_synced_at":"2025-05-14T03:06:22.294Z","repository":{"id":26333742,"uuid":"29782400","full_name":"h6ah4i/android-advancedrecyclerview","owner":"h6ah4i","description":"RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)","archived":false,"fork":false,"pushed_at":"2023-08-21T04:59:46.000Z","size":9111,"stargazers_count":5324,"open_issues_count":196,"forks_count":857,"subscribers_count":199,"default_branch":"develop","last_synced_at":"2025-04-03T16:02:21.556Z","etag":null,"topics":["android","drag-and-drop","expandable","footer","header","recyclerview","swipe"],"latest_commit_sha":null,"homepage":"https://advancedrecyclerview.h6ah4i.com/","language":"Java","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/h6ah4i.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-01-24T16:14:39.000Z","updated_at":"2025-04-02T22:18:40.000Z","dependencies_parsed_at":"2023-01-14T04:26:25.693Z","dependency_job_id":"ab244894-d4bf-4c6d-aff4-141f1f365b86","html_url":"https://github.com/h6ah4i/android-advancedrecyclerview","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h6ah4i%2Fandroid-advancedrecyclerview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h6ah4i%2Fandroid-advancedrecyclerview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h6ah4i%2Fandroid-advancedrecyclerview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h6ah4i%2Fandroid-advancedrecyclerview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h6ah4i","download_url":"https://codeload.github.com/h6ah4i/android-advancedrecyclerview/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281387,"owners_count":21077423,"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","drag-and-drop","expandable","footer","header","recyclerview","swipe"],"created_at":"2024-07-30T18:00:41.215Z","updated_at":"2025-04-10T19:27:11.912Z","avatar_url":"https://github.com/h6ah4i.png","language":"Java","funding_links":[],"categories":["Index `(light-weight pages)`","RecyclerView","Index","Uncategorized","Libs"],"sub_categories":["Uncategorized","\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"Advanced RecyclerView\n===============\n\nThis RecyclerView extension library provides Google's Inbox app like swiping, Play Music app like drag-and-drop sorting and expandable item features. Works on API level 14 or later.\n\n**Documentation site**: https://advancedrecyclerview.h6ah4i.com/\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.h6ah4i.android.widget.verticalseekbar/verticalseekbar/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.h6ah4i.android.widget.advrecyclerview/advrecyclerview)\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Advanced%20RecyclerView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1432)\n\n---\n\n### Download the example app\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.h6ah4i.android.example.advrecyclerview\"\u003e\n\u003cimg alt=\"Get it on Google Play\" src=\"https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png\" width=\"165\" height=\"64\" /\u003e\n\u003c/a\u003e\n\n\n### Demonstration video on YouTube\n\n\u003ca href=\"http://www.youtube.com/watch?feature=player_embedded\u0026v=S7cSwMArjUQ\" target=\"_blank\"\u003e\n\u003cimg src=\"http://img.youtube.com/vi/S7cSwMArjUQ/0.jpg\" alt=\"Advanced\" width=\"480\" height=\"360\" border=\"10\" /\u003e\n\u003c/a\u003e\n\n---\n\nTarget platforms\n---\n\n- API level 14 or later\n\n\nLatest version\n---\n\n- Version 1.0.0  (December 16, 2018)   ([RELEASE NOTES](./RELEASE-NOTES.md))\n\n\n**Recent Breaking Change Info**\n\n- **v1.0.0:**\n  - Migrated to AndroidX (Use **v0.11.0** instead if your project uses support libraries)\n  - `BaseWrapperAdapter`\n  - Removed some deprecated features\n    - `SwipeableItemConstants.REACTION_CAN_SWIPE_BOTH`\n    - `SwipeableItemConstants.REACTION_CAN_NOT_SWIPE_BOTH`\n    - `SwipeableItemConstants.REACTION_CAN_NOT_SWIPE_BOTH_WITH_RUBBER_BAND_EFFECT`\n  - New `DraggableItemState getDragState()` method added to the `DraggableItemViewHolder` interface\n  - New `SwipeableItemState getSwipeState()` method added to the `SwipeableItemViewHolder` interface\n  - New `ExpandableItemState getExpandState()` method added to the `ExpandableItemViewHolder` interface\n\n:point_right: [Migration guide from v0.11.0 to v1.0.0](https://advancedrecyclerview.h6ah4i.com/migration/)\n\n\nGetting started\n---\n\nThis library is published on Maven Central. Just add these lines to `build.gradle`.\n\n```diff\nrepositories {\n+     mavenCentral()\n}\n\ndependencies {\n+     implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0'\n}\n```\n\nPlease check the [Getting Started section on the official documentation site](https://advancedrecyclerview.h6ah4i.com/getting-started/) for more details.\n\n---\n\nExamples\n---\n\nPlease check the implementation of the simple examples.\n\n### Drag \u0026 Drop related examples\n\n- [Basic](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_d_basic/)\n- [Minimal](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_d_minimal/)\n- [Draggable grid](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_d_grid/)\n- [Draggable staggered grid](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_d_staggered_grid/)\n- [Draggable with section](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_d_with_section/)\n- [Drag on Long press](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_d_on_longpress/)\n- [Uses onCheckCanDrop()](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_d_check_can_drop/)\n\n### Expandable item related examples\n\n- [Basic](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_e_basic/)\n- [Minimal](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_e_minimal/)\n- [Add \u0026 Remove item](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_e_add_remove/)\n- [Already expanded groups](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_e_already_expanded/)\n\n### Swipeable related examples\n\n- [Basic](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_s_basic/)\n- [Minimal](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_s_minimal/)\n- [Swipeable with button](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_s_button/)\n- [Vertical](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_s_vertical/)\n- [Viewpager](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_s_viewpager/)\n- [Swipe on long press](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_s_longpress/)\n\n### Headers and Footers examples\n- [Minimal](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_hf_minimal)\n- [Expandable with Header/Footer](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_hf_e)\n- [Add \u0026 Remove Header/Footer items](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_hf_add_remove)\n\n### WrapperAdapter examples\n- [Composition of All Features](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_composition_all)\n- [Insertion items](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_wa_insertion)\n- [Filtering items](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_wa_filtering)\n\n### Hybrid examples\n\n- [Draggable \u0026 Swiping](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_ds/)\n- [Draggable \u0026 Swiping with section](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_ed_with_section/)\n- [Expandable \u0026 Draggable \u0026 Swiping](example/src/main/java/com/h6ah4i/android/example/advrecyclerview/demo_eds/)\n\n### Other examples\n\n#### iOS Mail app like swipe action\n\n\u003cimg src=\"images/other_example_ios_mail.png\" width=\"200\" /\u003e\n\n- [Repository](https://github.com/h6ah4i/RecyclerViewiOSMailAppLikeSwipe)\n\n---\n\nLicense\n---\n\nThis library is licensed under the [Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nSee [`LICENSE`](LICENSE) for full of the license text.\n\n    Copyright (C) 2015 Haruki Hasegawa\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh6ah4i%2Fandroid-advancedrecyclerview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh6ah4i%2Fandroid-advancedrecyclerview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh6ah4i%2Fandroid-advancedrecyclerview/lists"}