Re: Android support
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Android support
- From: steve donovan <steve.j.donovan@...>
- Date: 2016年12月27日 15:53:36 +0200
On Tue, Dec 27, 2016 at 3:10 PM, Marc Balmer <marc@msys.ch> wrote:
> The next step will likely be a Lua module that provides a JNI binding,
> so that calling Java code from Lua becomes easy as well.
You need look no further than LuaJava, since it's done that tricky JNI
stuff for you, plus reflection-based interfaces. It was a revelation
how straightforward Android programming became (I maintain (sort of) a
fork of Michel Kottman's AndroLua which explored this)