How to use a ListView and a ViewFlipper to navigate user in an Android app?
Posted
by virsir
on Stack Overflow
See other posts from Stack Overflow
or by virsir
Published on 2010-05-02T06:57:27Z
Indexed on
2010/05/02
7:07 UTC
Read the original article
Hit count: 341
I want to set up some menu-like navigator for my app.
There is a listView in the main page and it contains two items, click each one will show its child view with ViewFlipper, and if user clicked the back button, he will return to the homepage again.
The question is how to make it, I can only use ViewFlipper to flip to next screen or prev screen, how to manage these child views here? How to put them in my layout xml file?
© Stack Overflow or respective owner