rockerhieu / rv-adapter-endless

Endless support for RecyclerView.Adapter
MIT License
107 stars 24 forks source link

How to disable loading when load data? #12

Open SaeidAzimi92 opened 7 years ago

SaeidAzimi92 commented 7 years ago

Hi I want to set a custom loading for load data.

rockerhieu commented 7 years ago

Use EndlessRecyclerViewAdapter#setPendingViewHolder if you want to customize the loading view.

SaeidAzimi92 commented 7 years ago

I didn't get, can you explain more about it. Thanks.

rockerhieu commented 7 years ago

@asaeid use the method setPendingViewHolder of class EndlessRecyclerViewAdapter to set a custom ViewHolder. Inside that ViewHolder you can do whatever you want, i.e use a custom view for loading view.