[android-developers] Re: creating application shared libraries

2010-09-17 Thread Bret Foreman
How about if you wrap a Service around your library and access it either with Intents or Bind/AIDL? It's a bit of work to set up but very convenient once you have it going. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[android-developers] Re: creating application shared libraries

2010-09-17 Thread guich
Hi, The library projects is useless, since the jar is included in the apk. Actually, if we write a native application, and from the native code we call the android api, it would be a kind of separate library (native apk with dumb intent + application apk). However, calling everything from native