FlexibleAdapter
FlexibleAdapter copied to clipboard
Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
I have a list with items that I filter. Then I want to load new items from server, before that I call `adapter.updateDataSet(null)` to clear list. When I receive data...
Could you consider publishing the existing artifacts to Maven Central? cf. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Edit: see #775 for alternative JitPack usage.
I got a use case that clicks item once activates(selects) it and clicks it twice deactivates(deselects) it. But due to the source of 'SelectableAdapter.toggleSelection()': public void toggleSelection(int position) { if...
This fixes the ability to consume the libraries via JitPack and somewhat addresses #768. I didn't test if it allows for publishing to Maven Central or not. For example: Root...
hi, @davideas! I want to start a new Android Kotlin project. Good idea to use FlexibleAdapter in production? FlexibleAdapter is deprecated? Thanks.
Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...
On AndroidX dependencies later than com.google.android.material:1.0.0 (e.g., 1.1, 1.2, 1.3, 1.4, etc) the layout inflater is crashing the Flexible Adapter: java.lang.UnsupportedOperationException: Failed to resolve attribute at index 2: TypedValue{t=0x2/d=0x7f0400cd a=6}...
how can I use flexibleadapter with sqlite database? I did everyhing but I cannnot convert my database properly How can I convert mydatabaselist to List myItems ? thank you for...
Hello, in my app I use 5.0.3 version library. When in list I have many item, when I scroll list, text from one item add to others random item. Please...