-
Updated
May 21, 2020 - Java
recyclerview
Here are 2,185 public repositories matching this topic...
I really loved this repo but I struggled a lot with it.
Unclear documentation and a very hard samples (specially for some one new to android dev)
You should check them and more easer samples
-
Updated
May 21, 2020 - Java
-
Updated
Nov 19, 2019 - Java
In my app I need to modify the drop position. If the item is hovering over position X, I need to say that the item will really drop in position Y, and have item Y open up so that it's visually clear to the user that this will happen.
iOS UITableView supports this with this delegate method.
-
Updated
Dec 24, 2019 - Kotlin
-
Updated
May 31, 2020 - Java
-
Updated
Apr 7, 2020 - Java
JavaDoc for addItem()/addItems() states that when passing a negative position it will be appended to the end. On eu.davidea:flexible-adapter:5.1.0 you got following annotation
@IntRange(from = 0) which prevents passing negative positions
-
Updated
May 29, 2020 - Kotlin
-
Updated
Jan 2, 2020 - Java
-
Updated
May 14, 2020 - Kotlin
I don't know how in pre-layout determine an appearing views, which are going to be moved to visible bounds. Detailed description provided on stackoverflow
-
Updated
May 24, 2020 - TypeScript
-
Updated
Dec 4, 2019 - Java
-
Updated
Apr 23, 2020 - Java
-
Updated
Apr 16, 2020 - Java
-
Updated
Jun 27, 2019 - Java
-
Updated
Jun 3, 2020 - Java
-
Updated
May 29, 2020 - Java
In navigation drawer when user click on any specific menu then that menu should be shown selected
How do we do this by using your library...??please help me to figure out this solution.
-
Updated
Jan 20, 2019 - Java
-
Updated
Mar 18, 2019 - Java
-
Updated
Feb 24, 2020 - Kotlin
-
Updated
Nov 28, 2019 - Kotlin
-
Updated
May 13, 2020 - Java
-
Updated
Aug 30, 2019 - Java
Improve this page
Add a description, image, and links to the recyclerview topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the recyclerview topic, visit your repo's landing page and select "manage topics."
Hi, by just following your readme nothing happens when I add one of your ItemAnimators. Is there maybe documentation missing?
Is it necessary to set a duration? Is it necessary to always call notifyItemInserted() or notifyItemRemoved()?