Repository navigation

#

recyclerview-item-animation

An example app using a SearchView to filter items in a RecyclerView while taking full advantage of item animations!

Java
722
7 年前

主要提供了简单易用强大的RecyclerView库,包括自定义刷新加载效果、极简通用的万能适配器Adapter、万能分割线、多种分组效果、常见状态页面、item动画效果、添加多个header和footer、侧滑、拖拽、Sticky(黏性)效果、多item布局等,各模块之间灵活、解耦、通用、又能相互组合使用。

Java
631
5 年前

This is a sample Android Application which has Google Map view similar to what AirBnb Android Application. Moving Markers like Uber/Ola. Custom Google Search for places. Recycler view with Animations added.

Java
191
4 年前

recyclerview holder animation

Kotlin
169
5 年前

对RecyclerView的封装,使用简单,功能丰富

Java
113
8 年前

Drop in solution to animate RecyclerView's dataset changes by using command pattern

Java
75
8 年前

通过 ItemTouchHelper.Callback 实现 RecyclerView Item 的拖拽和侧滑删除

Java
38
6 年前

This project implements one of the most beautiful animations of the class RecyclerView, the class ItemTouchHelper. The ItemTouchHelper class implements the dragging of each object on the RecyclerView class by revealing a view under the first sliding view. Please, refer to this link to learn more about the class ItemTouchHelper. This project shows you not only how to implement this animation but also to add a circular animation that will coordinate with the sliding of your finger.

Java
30
6 年前

a Cool Recyclerview with Transition in Kotlin, an MVVM architecture application with demonstration of Data Binding, LiveData, also can be used as a template to expand on.

Kotlin
18
6 年前

Drag & drop item decorator for RecyclerView with support for highlighting hovered items.

Java
16
4 年前