So you think you’ve finished implementing that new Windows Phone 7 page?
So you think you’ve finished implementing that new Windows Phone 7 page?
Have you checked that you:
- are using resources for all user-visible strings?
- have made sure the page handles rotation properly?
- handle the Enter key on each TextBox to move to the next TextBox, or submit the page?
- have set the InputScope on each TextBox?
- handle tombstoning properly?
- have set up Navigation transitions?
- have tested with both the Light and Dark Themes?
- are using the built-in resources for text styles?
- override the Back button press if you are displaying popups?
What have I missed?