Android: design pattern?
If I have an activity and want to provide a means to go to related pages what's the preferred method? I have buttons on the page now but it doesn't really look correct. A menu seems wrong too.
EG: Im displaying information about a person's home. The activity displays address, phone and possibly a list of residents in the home. I want the user to be able to go to a map of the home( furni开发者_JAVA技巧ture, etc ), navigation, and possibly a list of comments about the home.
Android UI Design Patterns
精彩评论