I have an app currently in the Google Play store. It runs full speed on the Acer Iconia tablet I use for development, but is painfully slow on my Sony Xperia phone, and has been reported as slow on a Galaxy S4 as well.
By slow, I mean I can see the individual steps when a set of fields is resized and moved, with seconds between each step.
Any suggestions as to what sort of things I should be looking for?
App runs slow on phones, fast on tablets
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: App runs slow on phones, fast on tablets
Instead of
- On OpenCard
- On OpenStack
- On PreOpenCard
- On PreOpenStack
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: App runs slow on phones, fast on tablets
Fixed.
The problem was apparently memory usage. I had a large stack background image (1826x1826), and changing to a small (265x256) image seems to have fixed the problem.
The problem was apparently memory usage. I had a large stack background image (1826x1826), and changing to a small (265x256) image seems to have fixed the problem.