tags:

views:

7

answers:

0

hi... I implemented tabhost in my application,when i run my application it shows the page with list content and two tab's at bottom,when i clicked 2nd tab(it moves to new activity),it moves to corresponding tab control with 1st list of data shows,from this list i have click event to move for next listview,it parse and shows data well but when i click the same tab it needs to move previous list view,but it stays back as 2nd list content,how can i call or implement the tabhost class of main class child class(2nd new activity) how can i solve this issue.

Thanks in advance.