You can use Context.createPackageContext to load the other apk, and then use reflection to load the class. See http://www-jo.se/f.pfleger/apk-piracy.
Also take a look at DexClassLoader and PathClassLoader. On Mar 10, 10:08 am, Justin Anderson <[email protected]> wrote: > And TabActivity doesn't fully support displaying activities... That > functionality is left over from very early Android development days and > there are all sorts of little gotchas and subtleties when using them to > display activities. > > Really, each tab in a TabActivity should be a View and then it works much > more nicely. > > Thanks, > Justin Anderson > MagouyaWare Developerhttp://sites.google.com/site/magouyaware > > On Thu, Mar 10, 2011 at 10:58 AM, Mark Murphy <[email protected]>wrote: > > > On Thu, Mar 10, 2011 at 12:54 PM, Mark Carter <[email protected]> > > wrote: > > > How about TabActivity? Doesn't that do something similar to what I'm > > talking > > > about (i.e. using a portion of the screen to show something > > > created/controlled by (potentially) another app)? > > > TabActivity cannot display something from another app. > > > -- > > 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 [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 -- 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

