I'm trying to improve my mobile app and make it feel more snappy.
I created a video to show my problem. There's a noticeable pause when the 'Next' button is pressed.
[www.youtube.com]
The only code inside this button is:
OpenMobileWindow(WIN_Actions)
There's no window initialization code and animations are disabled.
Does anyone know of a way to speed this up more?
[edit]
It looks like my main problem was running it on the Mac in a simulator. It works much better on the iPhone.
I'm working on some better ways to hide the 'lag' (which result because of HFSQL queries). I'll post updates later.
I created a video to show my problem. There's a noticeable pause when the 'Next' button is pressed.
[www.youtube.com]
The only code inside this button is:
OpenMobileWindow(WIN_Actions)
There's no window initialization code and animations are disabled.
Does anyone know of a way to speed this up more?
[edit]
It looks like my main problem was running it on the Mac in a simulator. It works much better on the iPhone.
I'm working on some better ways to hide the 'lag' (which result because of HFSQL queries). I'll post updates later.