MultiViewAdapter
MultiViewAdapter copied to clipboard
Easily create complex recyclerview adapters in android
Hi Riyaz 👋🏼, Love this library- I have been using it as a replacement to RecyclerView. Is there currently a way to persist the position of items in a RecyclerView...
- Android API level: 21 - Library Version: 3.0.0 - Recyclerview Version 1.0.0 InfiniteLoadingHelper.java ``` java private static class InfiniteScrollListener extends RecyclerView.OnScrollListener { @Override public void onScrolled(@NonNull RecyclerView recyclerView, int...
Can I disable all in-box animations? For example, when I create/delete section there is fade animation.
Currently, if I have to use MultiViewAdapter with firestore then first I have to load all the firestore documents as List of objects then bind them with ItemBinder. Is there...
Is there some way of saving adapter's state (keep selected items for example) across configuration changes?
I currently have an app that has a custom layout for the headers, and I need to use SpannedGridLayoutManager to replicate the Instagram Search Page behavior: 1x1 size for picutre...
Support for selectAll() function into section, currently exists clearSelections() but not the countepart for select all items!
Is there any way to update just the existing DataManager object and its associated ItemBinder, when the model is updated/changed (in an adapter of multiple DataManagers and ItemBinders)?
Sorting
Hi Ahamed, Your library is awesome and saved me lots of times and headache, thank you. I was wondering if there is a way to add SortedList or any kind...