Beginner: Best Practices in an Android App UI Navagation
Posted
by AndyD273
on Stack Overflow
See other posts from Stack Overflow
or by AndyD273
Published on 2010-06-02T14:17:12Z
Indexed on
2010/06/02
14:24 UTC
Read the original article
Hit count: 190
I am trying to learn how to do stuff in Android, and I'm not sure of the best way to build the interface.
I've been working on porting an iPhone app, which uses navigation controllers and table views for looking at the different sections: basically, someone touches a cell in the table, which drills down to another table. when they touch a cell on that table it drills down to a webview that displays the information.
I want to do something similar for the android app, but I don't know how, or if there is a better way native to Android. I've figured out how to use the webview to my purposes, but moving forward and backward in the table tree is unclear.
© Stack Overflow or respective owner