Git Product home page Git Product logo

Comments (5)

youlookwhat avatar youlookwhat commented on May 29, 2024

上拉加载使用的是单独的viewtype方式做的,现在基于recyclerview的上拉加载都是基于这种方式实现的,我的印象中是rv是按照viewtype来复用的,但是上拉加载是一个单独的viewtype,所以不存在复用的情况。

你可以放心的,这种方式基本不用考虑内存的开销。

from byrecyclerview.

Lancerer avatar Lancerer commented on May 29, 2024

我的意思是他上拉加载后生成的每一个itemView好像都是一个全新的对象,这个是不是就有点奇怪了,我用的是你的demo中 StickyRvCoordinatorActivity,每个itemView里面都有一个mediaplayer,然后每次都生成一个新的对象,快速滑动的时候mediaplayer播放会出错

from byrecyclerview.

youlookwhat avatar youlookwhat commented on May 29, 2024

我觉得 你不加加载更多的功能,就用原生的RV,也是这样的情况。

这个和列表里加"倒计时功能"同理,我觉得你应该新建一个HashMap用来存储mediaplayer,存 position和mediaplayer,如果position没有就新建一个mediaplayer然后存起来;有position就直接取mediaplayer使用,然后再离开页面的时候销毁HashMap,你也可以限制HashMap的大小保障内存开销。

from byrecyclerview.

youlookwhat avatar youlookwhat commented on May 29, 2024

而且我觉得你应该还要记录item播放视频对应的进度,等再次滑到那个item时直接定位到那个进度

from byrecyclerview.

youlookwhat avatar youlookwhat commented on May 29, 2024

解决了吗?还有问题再提哈

from byrecyclerview.

Related Issues (20)

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.