Hello,
I have the following issue:
- my program has a Tabhost controller
- in one of the layout called from the controller I placed a panel and in it I placed a ListView controller to list some data.
- When the user click on a row, the program should hide the the List View and show another Layout.
----
Problems:
- if I do that, when the user clicks on the back button the application closes (as the 1st layout "TabHost" is in control)
- If I open a second Activity, the initial (TabHost) is sent in foregroud and the activity shows full page (free from the TabHost) but in this case the back button works correctly...
Any suggestion on how to solve this? :BangHead:
Thank you!
I have the following issue:
- my program has a Tabhost controller
- in one of the layout called from the controller I placed a panel and in it I placed a ListView controller to list some data.
- When the user click on a row, the program should hide the the List View and show another Layout.
----
Problems:
- if I do that, when the user clicks on the back button the application closes (as the 1st layout "TabHost" is in control)
- If I open a second Activity, the initial (TabHost) is sent in foregroud and the activity shows full page (free from the TabHost) but in this case the back button works correctly...
Any suggestion on how to solve this? :BangHead:
Thank you!