I have a tabHost, with to tabs and an activity each one of them.
In the tabHost i also have a menu, with the save action. when i press the save in the menu,
i must get all the stuff that are inside those activities, like EditText text value content, checkbox checked value. Im running throw google and i only find how to setup the tabs.. but i cant find how to do what i've describe above.
I have tried usind the findViewById passing the EditText or the CheckBox that are on those activities.. the result was null..
Any thougths?
Thanks in advance.