You are still going to need Java to get application life cycle events, access to Window Manager, intents, etc. Your Java app may just be a wrapper for native code, but Android is fundamentally a Java platform.
On Jan 13, 7:55 am, srini amul <[email protected]> wrote: > Hi , > > My application is in Java. But my library is in C/C++ and its exposed JNI > function. If my library wants to use media frame work java class function > then can it call directly by mplayer = new MediaPlayer(); .. so on, > > Thanks & Regards, > P.Sriniamul > > --- On Tue, 13/1/09, Genesio <[email protected]> wrote: > > From: Genesio <[email protected]> > Subject: [android-beginners] Re: Calling media frame work library function in > C/C++ > To: "Android Beginners" <[email protected]> > Date: Tuesday, 13 January, 2009, 4:57 PM > > Official Android platforms doesn't allow developers to create > applications in C, C++ or other programming languages other than Java. > > I don't know if there is a workaround to invoke native libraries/ > executables via JNI, but I don't think so. > > Bye > > Genesio > > Add more friends to your messenger and enjoy! Go > tohttp://messenger.yahoo.com/invite/ --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

