listview - Android - Switching between Multiple Views in a ViewFlipper -


I have an application using ListView inside the tab, and I switch to a different view (Data Collection Widget) Clicking an item in the list I am adding children of each list in a view flicker and items are added on runtime, so there is no fixed number of ideas. As such, I would like to navigate / switch to a particular view in the visual flapper. Any sign? thank you in advanced.

Thanks guys I have worked around ViewFlipper setDisplayedChild () method and it works perfectly in my scenario is.

  myViews.setDisplayedChild (pos);  

I have to switch to the status of the viewing ID.


Comments