We (the Android technical team) reserve the right to change any
unpublished API's without notice and without regard to compatibility.
An unpublished API is any API that does not appear in an official SDK
release. At this time, there are no published native API's, therefore
there is no support for native API's.

That said, Android is open source, and there is nothing to prevent you
from taking the code and doing whatever you want with it provided that
you abide by the license. Just don't expect to get any support from
us, and don't complain when the next release breaks your code.

On Feb 5, 11:59 pm, jerand <[email protected]> wrote:
> so .. you mean to say that there is no possibility of invoking the pv
> core alone using a stand alone application ?
>
> If its possible, what should be done to use pv core alone as a black
> box library and create graphs based on our inputs ?
>
> On Feb 6, 7:14 am, Dave Sparks <[email protected]> wrote:
>
> > We do not support native applications at this time.
>
> > On Feb 5, 2:50 am, srini amul <[email protected]> wrote:
>
> > > Hi,
>
> > > I am a Phone/OEM developer, working on a phone, not an application 
> > > developer.
>
> > > I have few basic questions, could you please respond to my question
>
> > > a) Can i call media framework native API in my native library which is in 
> > > C++ ?
> > >     Like in my sample.cpp file
> > >     can i have a below piece of code
> > >         MediaPlayer * mp = new MediaPlayer();
> > >         mp->setDataSource (uri);
>
> > > b) I have a usecase where my native library gives RGB 565 format data and 
> > > that data needs to get display on a screen .
>
> > > Design is:
> > > a) My Java app will call a JNI interface of my native library
> > > b) And my native library will give a RGB 565 data
>
> > > Now the question is:
>
> > > a) How can i display a RGB data ?
>
> > > If its the responsibility of my native library to display RGB data then I 
> > > need to call surface flinger native APIs.
>
> > > If its the responsibility of my java application then how can i set this 
> > > frame to surfaceView ?
>
> > > Thanks
> > > Sriniamul
>
> > >       From Chandigarh to Chennai - find friends all over India. Go 
> > > tohttp://in.promos.yahoo.com/groups/citygroups/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" 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-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to