My app is way much slower on an Android device (Samsung Galaxy A5 2017 - Android Version 8.0.0) and it’s very fast on iPhone (iPhone 7+ iOS 13.3.1) even if it’s just a simple app.
Any suggestions on what I can to make it faster on an Android device?
Any coding best practices or guidance to make sure the app will perform well on Android?
Any components, storage type, methods, that are known to be slow on Android that I should avoid?
This is really good information! Here are some things I got from your blog:
Clones are really slow on Android. Unfortunately I have a bunch of clones going on to build my custom grid view. I don’t have a work around for this yet. Any suggestions?
I use stored variable for my main list of objects because I want users to be able to use the app offline. I cannot use app or localdb because it does’t persist. Any work around for this?
List.insert at last is kinda slow. Any work around for this?