Android: TabHost How To: set new content in existing tabs upon menu button?
- by Martin D.
Hello stackoverflow,
I recently started Android programming and was working on my first program which displays a historic text document, sectioned by tabs via TabHost. I have limited my program to one activity and merely used setContent in my TabSpec's to switch between different XML views.
The document has both unedited and corrected versions…