android - UI techniques to use for this sample screen. Listview or spinner or others? -


i create application , screen attached below. basic question techniques can use ? listview or spinner or others.

i'm new on android , need advice on this.

![start of application menu][1]

  mainmenu 

category : personal icon/image of category

account : bank xxxxx icon of bank

payee : ....... icon of person

etc...

after clicking 1 of 'icon/picture' on right side, eq."category :" display second screen, below :

entertainment icon

personal icon

car/motor icon

etc.....

from second screen, can choose item , save on sqlite db. after that, can view/display using same ui, on 1st screen.

need advice / suggestion on techniques use on programming.

thanks lot.

for spinner, try one. shows spinner have images. http://www.coderzheaven.com/2011/07/18/customizing-a-spinner-in-android/


Comments