android - Recommended View Types for UI -


this question has answer here:

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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -