[android-developers] Re: Sharing common view layouts and resources across multiple Android applications (APKs)

2009-06-04 Thread Alexey Krasnoriadtsev
There is no such way right now to share resources between the apps. However, if you are building your own version of OS, you can add this functionality into the system image. On Jun 2, 11:09 am, Nag raju...@gmail.com wrote: I am working on developing several individual android applications. We

[android-developers] Re: Sharing common view layouts and resources across multiple Android applications (APKs)

2009-06-04 Thread Peli
You can access resources of other packages through the resource manager. The best way to reuse components in Android though is to implement activities that can be called from other activities through intents. Peli www.openintents.org On Jun 2, 8:09 pm, Nag raju...@gmail.com wrote: I am