0

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

oriharel
  • 10,418
  • 14
  • 48
  • 57
  • this might be of help: http://stackoverflow.com/questions/2497205/how-to-return-a-result-startactivityforresult-from-a-tabhost-activity – vivek.m Jul 31 '11 at 18:51

1 Answers1

1

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

Praveen
  • 90,477
  • 74
  • 177
  • 219