We do not support third party shared libraries. Applications can interact through high-level components like activities, services, content providers, receivers, but not directly as shared libraries. This is done for security reasons (shared libraries cross app sandboxes) and to avoid for now dealing with the deep dependency issues shared libraries create knows as DLL Hell.
On Thu, Apr 15, 2010 at 11:15 PM, Prashant Shelar <[email protected]>wrote: > Hello, > > 1. We know that we can use a concept "Java Package" but I just wanted > to > know that whether Android has provided a DLL concept where I can write > my > most of the functionality for reuse purpose. > > 2. Also there is doubt in mind: Can we use "Activity" for the purposes > that DLL provides? > > Is there any concept like DLL on Android? Can we develop a DLL for > better modularization and other benefits on Android? > > Thanks and Regards, > Prashant. > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

