Beginner: Best Practices in an Android App UI Navagation
- by AndyD273
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…