I have a  TabActivity that implements TabHost.TabContentFactory
interface and Overrides createTabContent method which returns View
object.
My question is: How can I return an activity object from the
createTabContent method instead of View object. I don't want to
inflate the view from xml because my activities have events of which i
handled individually in their respective activity classes

Or is their any workaround for the my situation am using RadioGroup
for my tabs.

Thanks, will appreciate response.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to