On Thu, 11 Apr 2013 17:48:40 +0100 Graeme Geldenhuys <[email protected]> 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. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
