Hello!
I'm facing the following problem:
I have a TabHost with 3 tab pages.
Each tab page loads a layout with one CustomListview object.
Each CustomListview item is a panel with labels filled from web service json data and with a button.
The button is used to load something relevant to the current item of the listview.
My problem is that when I press a button on an item of the 1st tabpage CustomListview, the TabHost jumps to the 3rd tab page!
Could somebody help me?
Thank you in advance!
I'm facing the following problem:
I have a TabHost with 3 tab pages.
Each tab page loads a layout with one CustomListview object.
Each CustomListview item is a panel with labels filled from web service json data and with a button.
The button is used to load something relevant to the current item of the listview.
My problem is that when I press a button on an item of the 1st tabpage CustomListview, the TabHost jumps to the 3rd tab page!
Could somebody help me?
Thank you in advance!