Giter Site home page Giter Site logo

Comments (6)

Colaman0 avatar Colaman0 commented on September 21, 2024

建议先查看一下source中key是否准确,以及adapter是否设置对,应该把withLoadStateFooter返回的adapter设置给recyclerview

from pagingdemo.

liumengbiao avatar liumengbiao commented on September 21, 2024
recyclerview.adapter = mAdapter.withLoadStateHeader(ExampleLoadindStateAdapter())

适配器设置肯定没有问题,source我用的是你的demo的source。我怀疑自己的source有问题,但是只有copy进入我的工程,就失效了。头疼一天了。非常想用paging3做加载更多的效果。

from pagingdemo.

Colaman0 avatar Colaman0 commented on September 21, 2024
recyclerview.adapter = mAdapter.withLoadStateHeader(ExampleLoadindStateAdapter())

[,来源],来源[来源],[复制],],],头疼一天了。[页3]

或者你把项目放到github,我晚上帮你看一下

from pagingdemo.

TakeNotes2019 avatar TakeNotes2019 commented on September 21, 2024

这个问题 我用java 写的 也困扰了许久,然后看到了那条回复,终于搞定,这句话“应该把withLoadStateFooter返回的adapter设置给recyclerview”, 现在我不知道如何 更新 ,增加,删除单挑item 。。。由于对kt 及携程 不太了解 十分头疼, 项

from pagingdemo.

TakeNotes2019 avatar TakeNotes2019 commented on September 21, 2024

我使用的是官网 RX 那格逻辑 ,
数据源 是这样写的 mPagingData = PagingRx.getFlowable(pager);
PagingRx.cachedIn(mPagingData, viewModelScope);
PagingLiveData.cachedIn(PagingLiveData.getLiveData(pager), viewModelScope);

from pagingdemo.

Colaman0 avatar Colaman0 commented on September 21, 2024

Paging3暂时不支持增删改这种操作,删除可以通过自己做一层过滤,比如rxjava就用filter操作符去过滤掉想要的数据,至于其他操作可能后续版本会支持。相当于把原有数据重新过滤然后发射,然后用diffutil更新。你也可以去看回我那篇文章,我有提到关于这个功能的实现。

from pagingdemo.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.