See my other post here: http://developer.anscamobile.com/forum/2011/02/24/performanceis-normal
No video needed. There is just a 5-second delay before the simple 12-item List View is displayed on the screen.
If I take out the calls to display.newImage or display.newImageRect then it is much faster. But loading and scaling 12 images (40x40 pixels in size) should not take this long.
See this post: http://developer.anscamobile.com/forum/2011/02/19/audio-delay-android
for issues with sound delays on Android. Notice the response “doing this on Android is really hard”. Well, other native development environments (I’ll be nice and not mention competitor names) don’t seem to have this problem. If you aren’t seeing problems with Audio then you must not be using the audio.play API on Android.
When you start doing more animation on Android, you’ll find that the animation just pauses every now and then. Maybe it’s Lua garbage collection. But it makes game control difficult. Never seems to happen on iOS devices.
Apps using the Physics engine seem to work better…that seems to be what Corona was designed/tested for. When you start doing more stuff yourself using transition.to and various timers, then you’ll run into more trouble. Just look at the problems with the Director class code on Android with timers and simple transition.to calls. Very unstable. Again, I think it’s garbage collection and memory issues in core Corona that the Director class is more sensitive to. For example, doing a screen transition on a “touch” event from a display.newRect will crash on Android hardware, whereas a touch event on a display.newImage will work fine. Both work fine on iOS.
And I haven’t even posted about other bugs such as single-digit number text not rendering properly on Android. I’m just getting very frustrated with Corona on Android in general.
There are plenty of other posts here in the forum about Android issues. Maybe they are getting answered with better support in the Subscriber-only forum. But I’ve uncovered all of these issues with only about 2 weeks of playing with Corona, which is why I have not subscribed yet and am still on the fence about it. [import]uid: 12529 topic_id: 7114 reply_id: 25773[/import]