-
Notifications
You must be signed in to change notification settings - Fork 729
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
Is it a good practice to get current list inside PagingEpoxyController #314
Comments
I don't think this is bad practice, I just didn't consider it. Seems valid, thanks for the idea! One concern, since both a List and PagedList can be set, which should be returned? There could be a separate method for each. |
There could be |
It's very nice, I've make a pr here: #317 |
closed as #317 being merged. |
I found nothing like getCurrentData() in PagingEpoxyController, so I create one like this:
with Placeholders disabled:
On the other hand, there is getCurrentList() in PagedListAdapter
And, before I make a pr:
Why there is nothing like this in PagingEpoxyController?
Is it a bad practice for PagingEpoxyController?
The text was updated successfully, but these errors were encountered: