Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用网络 + 数据库进行分页。我有 2 个扩展相同类型的模型类。Room 数据库仅支持一种类型的模型。我想PagedList根据一些业务规则在两者之间注入其他模型类。当我尝试通过使用Room 返回的mapByPage函数来做到这一点时。DataSource.Factory分页库正在抛出IllegalStateExeception大小已更改的消息。我该如何实施这个案例?
PagedList
mapByPage
DataSource.Factory
IllegalStateExeception
我认为列表的大小需要相同。我试图寻找官方文档,但找不到。
但发现这条评论 https://stackoverflow.com/a/49666673/430652