android - Recommended View Types for UI -
this question has answer here:
- android facebook style slide 25 answers
 
i new android dev , looking implement app operates similar facebook app (i.e. menu on left). if menu item tapped, view slides in right. have read, appear need use:
- a horizontal scrollview containing menu view (master) , selected view (detail)
 - the menu view , selected view should list views
 
would right approach achieve ui, or there better approach?
this called navigation drawer. android training site has guide creating navigation drawer using supplied drawerlayout, hard work you.
Comments
Post a Comment