Thanks to all.

1) is the jar created still as part of the same package ?

2) I take it then that you upload the .apk and then the jar(s) as well ?

3) Where can I find information on this esp. the creating of the jar and then dynamically linking them to the apk ?

For further insight, under windows I used a code within the .exe which said which modules were available then based on the code it checked to see if those .dll were present. If so, then they were loaded and added
items to the main menu, and thus added functionality to the overall .exe

This is the same purpose I'm trying to now achieve but with android.

Thanks again




On 02/09/2012 12:49 PM, Kristopher Micinski wrote:


On Thu, Feb 9, 2012 at 12:42 PM, New Developer <secur...@isscp.com <mailto:secur...@isscp.com>> wrote:

    In Windows programming we have DLL so that we can build modules
    If the DLL exists then additional functions and features exist

    What is the way to do this under android ?

    Thanks

    Barry


Libraries for your own apps? You'd use a jar.

For other apps to use, you'd write a service, to which other apps would bind using aidl, sending intents, etc...

kris
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to