Delphi XE5 Android App Launches Very Slow

I have developed several Android applications with the Android SDK using Java, and now that XE5 has come out and I am a very experienced Delphi developer, I have tried several sample Android applications and I am sure that the Android applications developed with XE5 work very well slowly, they start very slowly, for almost 4 seconds with a black screen, which destroys the whole experience.

I know that XE5 Android applications work in their own code, another reason for this does not happen, they must be extremely fast

Is there anything I can do about this?

I use the Samsung Galaxy S2 for testing, so this is not about the hardware under test.

+7
performance delphi delphi-xe5
source share
1 answer

They are a bit slow to load due to the size of their own library, which is loaded into memory to run.

Make sure you run the build build on a new, capable device, and that is not so bad.

But you will always have your own large library, as it is now.

One of the possible methods of action is to distract the user with a screensaver. This, however, is not easy. However, this is possible. It will be documented somewhere in a week or so.

+8
source share

All Articles