java - Android - Main menu for simple app -


i'm making simple android app, , i'm trying work out best way make main menu. users of app not sophisticated, want make simple possible.

so want first screen see when app opens menu - click on want, , takes them part of app (not pressing "menu" button bring across left, common nowdays).

so, want menu bit this: http://cloud.addictivetips.com/wp-content/uploads/2012/10/appzapp-android-menu.jpg , minus search box, , strip down right hand side. (also looks 1 of menus slide out left, dont want)

i have had menus (https://developer.android.com/guide/topics/ui/menus.html#options-menu), seems more used contextual stuff, or letting user select option), navigation menu.

so - best way this? create list , put button in each item?

based on requirement , use navigation drawer see below link.

navigation drawer tutorial navigationdrawersample

after used navigation drawer, need add search view on navigation header.for more info see link searchview tutorial


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -