tags:

views:

54

answers:

1

can I make TabActivity start it's childs activities for result? I need it because I can't make result code from a tab to propagate all the way up in the chain (it's reset in the TabActivity) thanks, Ori

+1  A: 

All Activities are subclass of Activity Classes. so everything an Activity do is possible for all.

Praveen Chandrasekaran
in other words, you're suggestion I should extend TabActivity?
oriharel