0
votes
1answer
334 views

Best ios alternative for an html select box?

An app I'm working on requires the user to enter their address which is then stored on a 3rd party system. The 3rd party has a predefined list of countries and states so when I send off the address I ...
6
votes
4answers
831 views

How to show the mandatory fields on an iOS device?

I have to show more than 11 fields within the screen. 4 fields are mandatory. How should I indicate the mandatory fields? Is there any standard or any ideas?
4
votes
1answer
585 views

What are the best practices of designing a validation message on an iPhone App?

I am working on designing an iPhone app and I need to know which validation message style is the most recommended for the forms included. I don't prefer to use a pop up window i need something that ...
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. ...
2
votes
1answer
110 views

Are conditional forms good practice on the iPhone?

I want to allow the user to enter data on an iPhone. I've got a screen that will look like: New Animal Name: Enter Name Type: [ Mammal ] | Amphibian Number of feet: 2 Or when ...