airbnb / mavericks

Mavericks: Android on Autopilot
https://airbnb.io/mavericks/
Apache License 2.0
5.83k stars 500 forks source link

Paging Lib + MvRx #98

Closed tallnato closed 6 years ago

tallnato commented 6 years ago

Hello 👋

What would be the recommended (or suggested) way to use the Android Paging Library with MvRx?

Should put as property of the state the DataFactory, PagedList, LivePagedList?

I would like to hear your thoughts on this.

Thanks and keep up the great work

qbait commented 6 years ago

You use MvRx with Epoxy, don't you? To my information, it's implemented there https://github.com/airbnb/epoxy/issues/285

gpeal commented 6 years ago

@tallnato Yes, this is mostly just on Epoxy which now supports it. Thanks @qbait