I am trying to find a sample application that does exactly the kind of layout/action that Andoid's built in "Contacts" application does. I need to show a table on the first view that is clickable, and when a user clicks on a row in the table, a new view (or activity?) shows up. A user needs to be able to navigate back and forth between views.
Anybody know if the code for the "Contacts" application is available or know of an application that I can look at the code for that has a similar layout as described? I have been looking at samples under the android sdk and for tutorials on here, but haven't found what I am looking for yet. Thanks.


