On Mon, Jul 19, 2010 at 4:13 AM, Boern <[email protected]> wrote: > I want to public my jar to other app as API and I found the google Maps > API is added to android as and-ons,so how can I add my jar to add-ons?
Write your own firmware. Add-ons are part of the firmware. > Or is any other way to public my jar API to the third app and my jar has > included the android API, how to implement that idea ? Write an application that exposes an Android API (AIDL-based service, Intent-based service, ContentProvider, etc.), package that application as an APK, and distribute the APK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.1 Available! -- 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

