Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How to properly work with helper methods. #408

Open
thrive-diego opened this issue Oct 8, 2021 · 0 comments
Open

Question: How to properly work with helper methods. #408

thrive-diego opened this issue Oct 8, 2021 · 0 comments
Labels

Comments

@thrive-diego
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant