Page 1 of 1

App runs slow on phones, fast on tablets

Posted: Fri May 15, 2015 12:33 pm
by paulcolq
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?

Re: App runs slow on phones, fast on tablets

Posted: Wed May 20, 2015 10:53 am
by MaxV
Instead of
  • On OpenCard
  • On OpenStack
use
  • On PreOpenCard
  • On PreOpenStack
moreover use lock screen and unlock screen. This should speed up image processing.

Re: App runs slow on phones, fast on tablets

Posted: Mon May 25, 2015 10:20 pm
by paulcolq
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.