Evgeny V wrote:
> Hi!
>  
> I have some similar question.
> APK1 (not service) has public class A.
>  
> How should I write class A or APK container to make it visble and
> "importable" from some other APK? In other words I need to use my first
> APK as library.
>  
> Please advise.

The closest thing to what you are asking is to export an interface via AIDL:

http://developer.android.com/guide/developing/tools/aidl.html

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

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