Category "android-adapter"

Update recyclerview item from background thread after changing configuration

I have a RecyclerView in a Fragment. Also I have an AsyncTask which updates items of RecyclerView from background thread. The problem is when I rotate the devic

RecyclerView list shows 4 item only(have 200 items) and cant scroll the list

This is my Recycler View adapter class: public class CustomAdapter extends RecyclerView.Adapter<CustomAdapter.viewHolder> implements Filterable { Co

How to prevent touches prematurely stopping smoothScroll in RecyclerView?

I am using an Adapter to fill a RecyclerView with numerous CardView layouts (horizontally). Each CardView has a Button at the bottom of the layout, which when p