On 12/28/16, John Spikowski <supp...@scriptbasic.org> wrote:
> Eric,
>
> Thanks for the great video you did explaining the JNI interface for
> native C apps wishing to interface with the Android VM.
>
> A couple years ago I went down this path with Script BASIC (compiled
> native on Android with ARM gcc) and SL4A as my JAVA (uses a socket -
> like JAPI) interface. Here is a thread on the All BASIC forum about it.
>
> http://www.allbasic.info/forum/index.php?topic=373.0
>
> I currently use B4A (BASIC for Android) and their B4J (free) for other
> platforms if I wish to venture into Java land which isn't often.
>
> Anyways I'll be following your efforts as you unravel the mysteries of
> Java and the real world.
>
> John


Thanks John. I'm glad to hear you liked the video.

I poked around the SL4A source code. Is there anything specific you
think would be valuable? It seems considerably more complex than what
I'm doing because it is trying to run entire VM loop separately from
the Android app and it looks like it is built around RPC. What I'm
doing should be a lot simpler and a lot more efficient too.


Thanks,
Eric

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to