6
votes
2answers
194 views

Optionally showing more options

Say you have a form where the user must specify a number of X. For sake of example, let's say X is flowers. For 90% of users, the type of X will be the same, let's say roses. So you have a control ...
3
votes
3answers
416 views

Best practice for Android form - selection of large range of numbers

For a user input field in an Android application I am developing, I need the user to be able to input a number representing a distance, whose magnitude ranges from 0 to normally ~150 (but can be ...
1
vote
1answer
283 views

Bus Ticket Booking Form - Mobile

While designing a Bus booking site - i was thinking on the number of inputs i will require for searching all the buses between two routes. The Web version contains these forms One Way/ Round Trip ...
8
votes
3answers
1k views

Are “submit” buttons important for forms on iPhone and Android apps?

When inputting text on the last text field in a form on an iPhone and Android app, the enter key can be highlighted or (on iOS anyway) renamed "done", so that tapping it will submit the form. ...
4
votes
4answers
566 views

edit & save buttons - do I need them? where to place them?

I'm designing a simple app for the Android platform. I have a page with some data, this page can be reached by two options: create new page- input fields are empty edit existing page- input fields ...