i know that ActivityGroup
is able to change the content of a view, but it is about to be decaperate..
and i don't really like Fragment
.. is there a way that i can built some kind of my own TabHost
?
a button that will change the content of a specific view ?
i don't want to use TabHost because i have 4 buttons which only 2 of them should run a new intent, and the other 2 use Dialogs
..
i can manipulate the TabHost
that only 2 tabs will run an intent and the other will lunch a Dialog
but i think that not the right way..
any ideas ?