Note that native code is not supported in the SDK at this point, and any app using native code has a good chance of breaking in the future.
This discussion does not belong on android-developers, because this is not a part of the SDK. On Tue, Jan 20, 2009 at 9:10 AM, FranckLefevre <[email protected]> wrote: > > > Hi All, > > Note that it is already possible to create complete apps using JNI. > > This video ( http://www.youtube.com/watch?v=PYkwHjc6wyo ) shows a > Kaleido based ODP (on device portal) running as a Android app without > any specific change in the framework itself. Exactly the same app > runs fine on ADP, being installed as a regular APK. > > It's even possible to take advantage of almost all the Android > services using BeanShell as a scripting engine from the native code. > This is actually what we do on that application that accesses the > Android's phonebook for instance. > > That also means that the same appliaction (excepted its thin porting > layer) runs on both the G1 and an iPhone. > > > Franck. > > > > > On Jan 20, 12:40 am, David Turner <[email protected]> wrote: > > Android's Dalvik VM uses JNI internally to access all the yummy native > > libraries on the system. > > A future native development kit (no ETA yet) will allow you to write your > > own native code accessible through JNI. > > Or you can start right now by rebuilding from the official open-source > tree > > (though you won't be able to deploy these apps to other phones easily) > > > > > > > > On Mon, Jan 19, 2009 at 9:22 AM, arnouf <[email protected]> wrote: > > > > > It was JNI but JMI exists (Java Metadata Interface). > > > > > Arnaud > > > > > On Jan 9, 7:32 pm, "Fred Grott(shareme)" <[email protected]> wrote: > > > > I think he meant JNI > > > > > > On Jan 9, 11:17 am, "David Turner" <[email protected]> wrote: > > > > > > > hello, > > > > > > > JMI what ? > > > > > > > On Fri, Jan 9, 2009 at 3:05 PM,arnouf<[email protected]> > wrote: > > > > > > > > Hi guys! > > > > > > > > A simple question: Is JMI supported by Android? > > > > > > > > Regards- Hide quoted text - > > > > - Show quoted text - > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

