0
votes
1answer
109 views

Differences between iOS and Android GUIs [closed]

People sometimes ask me why I chose to buy an iPhone instead of an Android. I always reply the same thing: iPhones (and Apple devices in general) are more user friendly, in my opinion, than Androids. ...
7
votes
2answers
254 views

What is the reason behind the upper-case-lower-case behaviour of the Apple iOS keyboard?

On Windows and Android phones/tablets the case of the keypad letters alters when pressing SHIFT: But Apple seems to ignore this presumably useful feature. Does Apple really know it's better NOT to ...
1
vote
1answer
64 views

iOS 'Append' Symbol/Icon [closed]

I am working on a calculator app for iOS. I would like to know what an acceptable 'Append' symbol / Icon would be - would it be a downward pointing arrow? A curved arrow? Anything helps, Erway ...
0
votes
4answers
107 views

Optimizing the selection process [closed]

I am developing a mobile application in which the user selects the fields that s/he wants to enter information into. At the moment, I have two screens - one for selecting the fields and other for ...
0
votes
3answers
125 views

Remove or keep Clear control in mandatory input-field? (iPhone)

I've had a little discussion with one of my co-workers regarding how to handle the Clear all -button in a mandatory input-field on the iPhone. The field holds the account email address and is present ...
2
votes
2answers
285 views

What is the best approach to labelling text input fields on smartphone application forms?

Platform: iOS. Must be able to run on all (probably most) iphone devices. As part of a smartphone application design, I am currently designing an "event creation" form, originally implemented in a ...
4
votes
3answers
188 views

Help find the fastest and easiest-to-grasp approach to let a user go through a complex schedule

I want to let users view schedules on a mobile phone. Its a generic schedule of events Events can be spread across multiple days Events can be spread across multiple venues An event has a time slot ...
3
votes
3answers
112 views

Indicating A Document Has Been Drawn On

Imagine layed out in front of you is a large board with little white pieces of paper representing the cover pages of system files on them. You are shown a title, and a modification date. How might ...
1
vote
2answers
176 views

Should I put an alert view notifying the user of a successful wall post with the Facebook SDK in iPhone?

I am currently developing an iPhone app that connects to Facebook trough its SDK. One of the main functionalities is the option to share a post with a news story from the feed. So basically I show ...