Re: [android-developers] Dynamically including a custom view defined in another app

2011-03-10 Thread Mark Murphy
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

Re: [android-developers] Dynamically including a custom view defined in another app

2011-03-10 Thread Mark Carter
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)? On 11 March 2011 00:25, Mark Murphy mmur...@commonsware.com wrote: On Thu, Mar 10, 2011 at 11:44 AM, Mark

Re: [android-developers] Dynamically including a custom view defined in another app

2011-03-10 Thread Mark Murphy
On Thu, Mar 10, 2011 at 12:54 PM, Mark Carter mjc1...@googlemail.com 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

Re: [android-developers] Dynamically including a custom view defined in another app

2011-03-10 Thread Justin Anderson
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