You will need to use JNI and you'll still have to use Java. Keep in mind that Android is mostly about Java development. NDK is still fairly new and as of yet can't access many things that you can only access via Java. This is why advanced music apps, and even high quality games are tough at the moment to write for Android.
On Tue, Dec 15, 2009 at 2:42 PM, fadden <[email protected]> wrote: > On Dec 14, 11:42 am, Martin Hardman <[email protected]> > wrote: > > Is there somewhere that describes how to add services in the kernel > > and make them available to the Java layer for apps to use? > > Search for information about the "Android NDK" (native development > kit). > > You can post questions to the android-ndk mailing list. > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

