You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
groupieAdapter.getAllItems() ----> Is there a way to do this with groupie?
I need to update only Item3() all the way up to ItemN() without having that pesky anymation of update(groups) or updateAsync(), I have somehow managed to accomplish this with clear() and addAll() but I still find it intriguing there is not way to actually get all items from the adapter and work with the indexes to update different values from a certain position.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, I have been using this library for a while and was wondering how to properly work with indexes and all items inside the GroupieAdapter.
Example:
listOfGroups(Item1(), Item2(), Item3()....ItemN())
groupieAdapter.addAll(listOfGroups)
groupieAdapter.getAllItems() ----> Is there a way to do this with groupie?
I need to update only Item3() all the way up to ItemN() without having that pesky anymation of update(groups) or updateAsync(), I have somehow managed to accomplish this with clear() and addAll() but I still find it intriguing there is not way to actually get all items from the adapter and work with the indexes to update different values from a certain position.
Thanks!
The text was updated successfully, but these errors were encountered: