views:

25

answers:

0

Hi, i want to make an IM application which show a contact list as main page and when i want to chat or do a conference it opens a new tab. I have looked in this web, but it all kind get blurry. Do i need to use LocalActivityManager, or ActivityGroup ? and if i need to use it, how can i implement it the right way. Right now i put my tabhost in my main page. so the xml layout is tabhost, tabwidget, framelayout (tabcontent), frame layout (contact list). I also use service to broadcast message receive. Can you also tell me how to bind this in my application. Thanks a lot for your help

Turns out i can make the UI, by extends my Home activity with ActivityGroup and call setup(this.getLocalActivityManager).
Now i want to know about the options menu, do i need to overwrite in my chat activity ?
because if i tried to see the menu in chat activity and it shows the home activity menu. And how to cleanly remove this chat tab if close, i already put the tabspec in an arraylist, or i can set view.invisible ?
And also the service in the chat activity didn't connect, how do i handle this kind problem ?
Or how does the logic behind this tabbed activity work

Thanks for your help