Comment on Android users who have a keen eye for design and detail, how is the whole stutter/lag situation? Esp. after a few years of use?

<- View Parent
Ephera@lemmy.ml ⁨1⁩ ⁨month⁩ ago

Hmm, you probably mean lists shouldn’t be creating new objects (/allocating new memory) while just scrolling.
Which, yeah, I remember a colleague knowledgeable about Android saying that a RecyclerView specifically re-uses allocated list elements.

And from the little bit of Android dev I saw, it also looked like all the APIs are designed to stop you from doing(/allocating) much while the user is merely scrolling. Then, I’m not sure what’s causing the lag…

source
Sort:hotnewtop