AsyncListUtil-Example icon indicating copy to clipboard operation
AsyncListUtil-Example copied to clipboard

Example implementation of AsyncListUtil for moving SQLite access off the UI thread with a RecyclerView.

Results 1 AsyncListUtil-Example issues
Sort by recently updated
recently updated
newest added

I've found some caveats when trying to add filtering to such adapter: We implemented search via SearchView and on [each text change (new search) we have to re-init AsyncListUtil itself](https://github.com/yetanothercoder/financisto1/blob/%2353-simplier-fragment-layout/app/src/main/java/ru/orangesoftware/financisto/activity/SmsDragListActivity.java#L118)...