Bamboo wrote: > Sorry, I don't think I explained very clearly, the activity that I am > extending from resides within a different application.
I'm not sure how you can "extend" an activity from another application. Are you saying that CustomActivity resides in one APK and you are subclassing it in some other activity? Or do you mean something else by "extending"? > So I want to access the resources from that application as well. One application cannot access the Java code or resources from another application, at least at runtime. If these are both yours, you could find a way to "share" them in your build process, assuming you are building them in tandem. > Give me a shout if that is still unclear OK, here you go: SHOUT! ;-) -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 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 -~----------~----~----~----~------~----~------~--~---

