My current app needs to store address information for a user. I'm currently debating whether to use the customary street address / city / state / zip textboxes and dropdowns or to go with Google's method of simply having everything on one line. Any thoughts on the pros/cons of storing address information in either of these manners?
相关问题
- bash read timeout only for the first character ent
- How to prevent a UIView from consuming user input
- Why is the following code not allowing me to get u
- Compile sass file inside browser
- Validation for Irish Eircode
相关文章
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- Ruby on Rails: file_field, how do I remove the upl
- Get user input from IDE/Console in selenium webder
- jQuery: password field with readable label?
- Wait set time for user input C# console app
- gets not waiting for user input in expect script
- google apps script: html - form submit, get input
- Java ArrayList, taking user input of multiple type
1) You should split it.
2) May I recommend you read this before you attempt to do international address input?