On Sat, Sep 10, 2011 at 6:41 AM, New Developer <[email protected]> wrote:
> and this main.apk will scan looking for these modules and based on what is > or is not present > will then have a certain set of functions and functionality ? > Google "Android Plugins" or something - many apps do this. On Sat, Sep 10, 2011 at 9:37 AM, New Developer <[email protected]> wrote: > Do you know of any tutorials (or care to share) how to create a jar file > and then link/include it inside an activity ? Check out Android Library Projects in the documentation. Note that in the former case you're talking about *dynamic* linking while in the latter you're talking about *static* linking. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

