android - Non navigational options SideBar -
hi wondering if possible create sidebar activity allow user select few options such information can associated object. before sending off server through api have looked @ trying use googles own nav bar few third party libraries dont seem want work me.
encase dont understand im trying achieve ill give example:
say have activity allows user create log specific group within app user may press submit , sent off server stored in database user can associate other aspects log such book id or activity id.
so user should able pull side bar side , select information need (probably spinners or extendable listview) , go main activity , submit log.
is there anyway of creating im asking out having dig third party libraries?
you can define arbitrary layout navdrawer (i use name of android component here). there no enforcement navigation here. so, put in navdrawer's layout bunch of controls need , define onclick, onselected, etc. methods handle corresponding properties changing. on submitting checked/selected/entered info controls in navdrawer, augment data , send server.
Comments
Post a Comment