I am working on app which have data entry form which have
- Some fields with 3 drop down associated to it.
- More then 25 input fields (input box, radio button, drop downs etc)
- All input fields are grouped into 3 categories
My question are:
- How to display field with 3 drop downs associated with it ? Because of a small screen size it cannot be displayed horizontally.
- What is the best way to represent 25+ fields ? I tried scroll view and tabs but don’t find it so pleasing.
For example if you consider date then it may have three drop downs for date , month and year. (Its just example I have fields different than date) - What is the good way to have fields in a category together with appealing UI.
PS: My app is related to Hospital so it has to be pleasant .Which also means I cannot use glossy background or image.
You might want to check this site for general Android UI design ideas. Here are some for your particular cases: