【发布时间】:2020-04-06 12:07:40
【问题描述】:
我的架构是 MVVM。为了实现分页,我使用了架构组件中的分页库。 我需要外部回收器视图和内部回收器视图的分页。对于外部回收器视图,我成功实现了它,但对于内部回收器视图,我不知道如何实现。 我在本文中为外部回收器视图实现了分页
https://proandroiddev.com/8-steps-to-implement-paging-library-in-android-d02500f7fffe
更新
我像这个例子一样实现了我的内部回收器视图并且它有效,但我认为这不是更可取的解决方案 how to use paging when recyclerview item have another recyclerview
【问题讨论】:
标签: android android-recyclerview android-paging