i have a countdown timer in items recyclerview. this runs every second and change my textview value. this work Causing speed low and lag app on scroll. how can i speed up my recyclerview??
Asked
Active
Viewed 199 times
0
-
1Try to use your count-down timer in your activity instead of recyclerview adapter, Use broadcast to set text values. if possible then post your code. – Sanjay Bhalani Jul 06 '19 at 07:17
-
You may check [this answer](https://stackoverflow.com/a/40147626/876267). – Mehmed Jul 06 '19 at 07:28