Planning Windows Phone 7 application
What are the steps for in planing and dev开发者_StackOverfloweloping a Windows Phone 7
application?
- First design interface and write code
- Expression blend and then VS 2010
- First design layout in Photoshop then expression blend and then VS 2010
- Write code first in VS 2010 (to achieve main goal) then design interface
What is the correct method?
- I typically use a tool like Balsamiq to mock up my UI design
- Once I am happy with the UI design, I design and code the entities to support my app
- Once the entities are designed, I create ViewModel objects (I use MVVM).
- With the ViewModel done, I create the UI for WP7.
Iterate through 1 to 4.
Once I am happy, I then use Blend to prettify the UI (add animations, states, etc).
精彩评论