As you know, Delphi XE5 began to support development for Android. So, my first program, this loop output from 0 to 17 in the Memo, in the end it took me 4 seconds to freeze the program ..
I made debugging directly in the phone, the phone Xiaomi mi2s, CPU Snapdragon 600 4x1.7GHz, that is, not in the phone case. What is the hang of the program? And such a question is how the program is compiled, when compiling Delphi code is replaced with equivalent Java code? or there is both Java code and Delphi code, then this would explain the inhibition of the program ...
And this, are all the features of the Android API that can be done in Java, implemented in Delphi? or is there limited functionality?