Hi,
I am new to Andriod. I have a basic doubts, please clarify it.
I have my own library file say [sample.so file] and it will be in library layer
and its in C/C++ code. And I need to load this library in a application say
Browser app.
a) How browser app can load my library ? Is it dl_open function call ?
b) My library exposed a function say CreatePlayer(). If browser wants to call
CreatePlayer() then does browser should use dl_sym() function ? Can a
application directly talks to a library through dl_sym function call which is
in library layer ? My librray also exposed a JNI API.
c) My library needs media framework utitlity in andriod. So From C/C++ code,
can i call JNI API of media framework function say mPlayer = new MediaPlayer()
.. so on,
Thanks & Regards,
P.Sriniamul,
Add more friends to your messenger and enjoy! Go to
http://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
-~----------~----~----~----~------~----~------~--~---