On Thu, Mar 10, 2011 at 11:44 AM, Mark Carter <mjc1...@googlemail.com> wrote: > Suppose I have one app who's functionality can be accessed entirely through > a single custom view (which does not take up the whole screen, because it > needs to be displayed with something else). > Now suppose I have another app which wants to be able to show that custom > view within one of its own activities. Both apps are mine. > What is the best way to do this?
You can't. At best, you can load resources from the other app, but not Java code. > Would Fragments be a possibility for this? No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training Worldwide: http://commonsware.com/training -- 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