[Lazarus] Hints for Android

Reimar Grabowski reimgrab at web.de
Thu Apr 11 19:24:36 CEST 2013


On Thu, 11 Apr 2013 17:48:40 +0100
Graeme Geldenhuys <graeme at geldenhuys.co.uk> wrote:

> Does Android have a X11 server?
No. There is a project in beta stage implementing one in Java on Google play, but it does not look like it is ready for serious work. 
 
> Still not really sure the
> difference between Native and JVM apps. As I said, I thought all apps on
> Android was Java-based, thus runs in a JVM.
Native apps are just what they sound like, compiled to machine code for the corresponding CPU. If you want to learn more, take a look at the NDK and the NativeActivity documentation. For Google native means C of course but FPC works as well.

R.




More information about the Lazarus mailing list