-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI freezes on scroll #1
Comments
I just verified your issue when I scrolled the sample app I am fixing it asap subscribe to this repo as when its fixed I will push the code. |
@malikdawar take pull and create your branch and send a PR with above fix asap. |
Hello, any news on when this would be solved? thanks |
@ishaan-khan @NunoPontes can you mention Android API versions you are testing on ? i - e 21,24 etc. Also mention steps to reproduce lag or any videos pointing it out would be really helpful. I experience negligible lag in Android 9 (Pie) and 9+. However expandable adapter should perform smoothly with negligible lag on Android 7 and greater. I am also trying to fix this but any optimal fix isn't found yet. Tried what so far:
As of current I am trying to optimize the 2nd approach. Thanks. |
Hi,
A wonderful attempt at vertically nested Recylcerviews. I had initially developed a similar concept and it had slight lag on scrolling, unfortunately your solution has the same issue.
Do you happen to have a solution for that?
The text was updated successfully, but these errors were encountered: