Giter VIP home page Giter VIP logo

Comments (9)

rubensousa avatar rubensousa commented on August 18, 2024

Hello. Can you please provide detailed information for this issue? I can't help without knowing more about what's wrong

from dpadrecyclerview.

Anuragjain01 avatar Anuragjain01 commented on August 18, 2024

Hi @rubensousa i am using DpadRecylerView demo also using in my project untill i did not use image on card its working fine but when i added image
In itemViewHolder in your sample. getting stuck
textView?.text = item.toString()
imageView?.let {
Glide
.with(it.context)
.load("https://raw.githubusercontent.com/Anuragjain01/image_folder/main/01.png")
.diskCacheStrategy(DiskCacheStrategy.ALL)
.skipMemoryCache(false)
.centerCrop()
.into(it)

vertical_scroll_not_smooth.mp4
vertical_scroll_not_smooth.mp4

from dpadrecyclerview.

rubensousa avatar rubensousa commented on August 18, 2024

Can you please commit that state to your fork and share the link here? I will have a look, but it looks like your onBindViewHolder calls are too heavy

from dpadrecyclerview.

homayoonahmadi avatar homayoonahmadi commented on August 18, 2024

Hi there, I can confirm this behavior, I'm seeing it in my project too

from dpadrecyclerview.

homayoonahmadi avatar homayoonahmadi commented on August 18, 2024

I have a grid of items with spanCount that includes section headers, this happens when I navigate between sections (especially when I go up), but inside a section (if the section has multiple rows) it doesn't happen

from dpadrecyclerview.

rubensousa avatar rubensousa commented on August 18, 2024

@homayoonahmadi can you share a sample that reproduces the issue?

from dpadrecyclerview.

rubensousa avatar rubensousa commented on August 18, 2024

@homayoonahmadi @Anuragjain01 Can you please try this: setLayoutWhileScrollingEnabled(false) and let me know if it solves the issue?

from dpadrecyclerview.

homayoonahmadi avatar homayoonahmadi commented on August 18, 2024

Using setLayoutWhileScrollingEnabled(false) didn't help me. I will share a sample when I got a chance.

from dpadrecyclerview.

rubensousa avatar rubensousa commented on August 18, 2024

@homayoonahmadi @Anuragjain01 please try out 1.3.0-alpha03 and let me know if the issue is still there. If that's the case, I'm going to need a sample because I couldn't reproduce this

from dpadrecyclerview.

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.