I have exported my app as an APK and installed it on my Samsung Galaxy S5.
I am using a few services and loading videos and profile images.
My problem is that the compiled APK is almost unusable since the page transitions show maybe 1 frame of the page transition animation - it is not fluid and takes about 5 seconds to navigate to a 2nd level page.
I am pulling 1 x video from youtube
Also looping through a service to retrieve a few comments as well as an image to show as a thumbnail next to comments.
I have tried removing the youtube load video and it still is painfully slow = nowhere good enough speed on my super fast Galaxy S5 for production.
Do you have any advice on speeding up compiled builds?
Thanks
Mark