Post BA1m1Ms6p0pX0XgsuO by a1ba@suya.place
 (DIR) More posts by a1ba@suya.place
 (DIR) Post #BA1lefaP4leWOBaNTE by YaLTeR@mastodon.online
       0 likes, 0 repeats
       
       The problem of slow janky web and electron apps on the desktop is widely discussed, and we have lower-level toolkits that we can use directly to make good performant apps (GTK, Qt, some of the 27 Microsoft toolkits, AppKit, then even lower-level stuff like ImGui, Win32).What about Android? I'm not very familiar with development there, but as a user it feels like many modern apps struggle with performance. And with RAM, considering they start unloading after switching twice on this 8 GB phone..
       
 (DIR) Post #BA1lefmoKdZr0fOHoG by a1ba@suya.place
       1 likes, 0 repeats
       
       @YaLTeR on Android it's more or less enough to use it's standard framework for that.Similarly how we have bloatware like electron, we have similar stuff on Android like flutter.
       
 (DIR) Post #BA1m1MglVBkwRMNpE8 by YaLTeR@mastodon.online
       0 likes, 0 repeats
       
       @a1ba nowadays the standard is Compose. Is that performant?
       
 (DIR) Post #BA1m1Ms6p0pX0XgsuO by a1ba@suya.place
       0 likes, 0 repeats
       
       @YaLTeR it's basically the same thing as bringing your own framework IIRC