On 01/29/16 09:24, Georg Potthast wrote:
> I am working on getting FLTK to run on Android devices. [..]
Wow!!
So can one actually make + release android apps in C/C++ now?
Last I read up on the subject, there was a mandate (from Google?)
that java be used for all apps, so that an app can work on all
Android hardware with a single app file.
Compiling C/C++ programs meant compiling for specific cpu
targets, which mean several executables would have to be
made to support the entire Android hardware universe.
I recall there was a strong demand though from developers
for the ability to write time critical stuff in C/C++,
which meant the door was maybe opening for apps completely
written in C/C++.
I would think the Android dev environment could cross compile
a C/C++ app for 'all known android hardware', and make this
into some kind of "package" so that app stores could easily
give end users the correct native binary for their particular
hardware..? Or maybe there's some other way Google is coming
up with, like maybe a bytecode format + virtual machine
for C/C++ apps?
Just thinking aloud; curious what the direction is for
Android app development in C/C++.