-
23 May 2012 4:13 AM #1
Application load time on Android 2.2.3
Application load time on Android 2.2.3
Hoping that someone could tell me if this is typical of a Sencha Architect 2 app. I've taken the NavigationView example app, imported it in to Sencha Architect 2, then packaged the app in to an apk, and finally copied it over to an Android phone running 2.2.3. The issue arrises when trying to run the app. It can take any where from 15 secs to never to load the first view. The app just sits there with a white screen for what feels like an eternity...sometimes not even loading. I want to recommend Sencha Architect 2 to my bosses, but this issue does not give a good first impression to the user. Any ideas on why this app would be taking so long to load? This is just a small sample app, so I'm not sure how a bigger app would fair any better. Thanks!
-
23 May 2012 11:32 AM #2
-
23 May 2012 11:56 AM #3
This is not typical.
Is it packaged into the filesystem? Have you switched to using a built file rather than dynamic loading? Have you minified?
If you haven't taken these steps you will probably want to post in the SDK Tools forum to get more help in regard to packaging your app.Aaron Conran
@aconran
Sencha Architect Development Team
-
23 May 2012 12:06 PM #4
Currently I'm testing wirelessly using our wifi here at work...haven't taken it outside of the firewall to test through 3G.
-
23 May 2012 12:10 PM #5
Aaron,
My thoughts were that this wasn't typical, but I'm at a loss of what is going wrong. I'm new to this, so I'm not sure how to answer your questions. I basically use the package command in Sencha Architect 2 to create the apk, then copy it over using adb install. I'll take a look at the SDK Tools forum to see if I can get more help.
Thanks!!
Gregg
-
23 May 2012 12:55 PM #6
To minify the application, do I need to configure the app for Production instead of Debug or does it need to be minified some other way?
-
23 May 2012 1:00 PM #7


Reply With Quote