I am working on couple android applications which share a common
component. The component has Activities, Service and own
AndroidManifest.xml. After research, it seems there is no concept of
run time share library among applications in Android. So I am looking
for a way to linked the share component with other applications at
compile time.

Applications which will use the component can come from external,
therefore I will only provided the compiled file. I would like to
build the component into own apk or jar file, can external application
include my jar/apk file into their package and be able to start my
activity? Please share your experience and advice.

Thanks,
Kevin

--~--~---------~--~----~------------~-------~--~----~
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