[fpc-pascal] Smartphone apps in FPC

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Thu Mar 17 14:58:50 CET 2016


On Thu, Mar 17, 2016 at 11:29 AM, Maciej Izak <hnb.code at gmail.com> wrote:
> 2016-03-17 11:08 GMT+01:00 Michael Van Canneyt <michael at freepascal.org>:
>> - Use the NDK, and then basically you're writing a native Linux
>> application.
>>   You can try to use the Android SDK through some JNI tricks; but I am
>>   unsure how well this works.
>
> I can confirm that works very well,

Well, yes, it works fine, but you still need a Java part otherwise a
lot of APIs cannot be accessed. In particular APIs that require
creating interfaces.

> even is possible visual remote-debugging
> from Lazarus (but that requires many IDE modifications).

wow, any link describing how to achieve that?

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list