[android-developers] Re: Activity from app A showing on app B TabHost Activity.

2011-11-10 Thread rodrigo lopez
Sorry for my english. On Nov 10, 11:34 pm, rodrigo lopez wrote: > 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

[android-developers] Re: Activity from app A showing on app B TabHost Activity.

2011-11-10 Thread rodrigo lopez
On Nov 10, 11:34 pm, rodrigo lopez wrote: > 1.OK  I solved . The Activity B had a method to > refresh the title bar. Just I took out the method and now , I can see my List View inside of My Tab-content. The problem was the refreshing on the title bar . > > 2. Can you tell me more details of why

[android-developers] Re: Activity from app A showing on app B TabHost Activity.

2011-11-10 Thread rodrigo lopez
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 m