1.OK  I solved . The Activity B on the List-view had a method to
refresh the title bar. Just I took out the method and now I can see
the  my List View inside of My Tab-content. The problem was I think
the refreshing on the title bar when that one was hidden by the
TabContent.

2. Can you tell me more details of why don't use sharedId ?,
I have right now 3 applications running with the same shareId and I
have another one Using TabHost to display each activity in each Tab.

Example :


                Intent intentAccounts = new Intent(Intent.ACTION_MAIN);
                intentAccounts.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                intentAccounts.setComponent(new
ComponentName("com.package.B","com.MainActivity.B"));
                tabEmail.setContent(intentAccounts);




On Nov 10, 8:00 pm, Dianne Hackborn <[email protected]> wrote:
> Hosting embedded activities across applications is really not supported.
>
> And I strongly, strongly discourage you from using a sharedUserId.  You
> will mostly likely regret it.
>
>
>
> On Wed, Nov 9, 2011 at 1:21 PM, rodrigo lopez <[email protected]> wrote:
> > Hello Guys
>
> > I am trying to invoke a ListView from external  app (we will call A)
> > and putting in TabActivity from app (we will call B).
>
> > I used shareId in both Applications . everything at this time works
> > perfect.
>
> > .I can see my ListView from APP A inside of my TabHost from APP B .
> > the problem is that any event on the ListView does not work properly
> > and I cannot use the scroll view to  see all my element.
>
> > Any Idea Cheers .
>
> > --
> > 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
>
> --
> Dianne Hackborn
> Android framework engineer
> [email protected]
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.

-- 
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

Reply via email to