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?

Ephera@lemmy.ml ⁨6⁩ ⁨months⁩ ago

Delay after starting an app is essentially not a problem anymore. Most apps now come with a splash screen, so you get at least some feedback.

Lag while scrolling is still horrid. This has to do with Android apps generally being written in Java or Kotlin, which use a Stop-The-World Garbage Collector for memory management.
So, you shouldn’t expect this to be fixed any time soon.

source
Sort:hotnewtop