I’m currently developing a wp7 app (don’t want to tell too much ;), but I’m struggling a little with the user interaction.
The main question, I’m not sure about is: Should I offer an explicit save button in dialogs and use the phone back button as cancel, or should I save implicit the time the user taps the phone back button …
The more I think about, the more I’m unsure about the best user experience.
I already read the user experience and interaction guide from Microsoft, but there isn’t any advice in there about that issue …
Thx alot for your suggestions.
On page 68 of the Windows Phone 7 UI Design and Interaction Guide it states:
Although the same page also goes on to say:
SETTINGS <CPL Name/ Application Name>So, I think you only get in to questions over explicit vs. implicit if you have multiple pages for settings, and if you do it sounds like the explicit would be the way to go with sub-pages, but implicit for the initial page.