Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable loading when load data? #12

Open
SaeidAzimi92 opened this issue Jun 21, 2017 · 3 comments
Open

How to disable loading when load data? #12

SaeidAzimi92 opened this issue Jun 21, 2017 · 3 comments

Comments

@SaeidAzimi92
Copy link

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

@rockerhieu
Copy link
Owner

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

@SaeidAzimi92
Copy link
Author

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

@rockerhieu
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants