deep in the system, you also have shared objects, which can be like dlls. for java though, it is the jars
On Feb 9, 9:49 am, Kristopher Micinski <[email protected]> wrote: > On Thu, Feb 9, 2012 at 12:42 PM, New Developer <[email protected]> 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 [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-developers?hl=en

