On Thu, Feb 9, 2012 at 12:42 PM, New Developer <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

Reply via email to