The following example shows the first program I wrote. It looks pretty good. Animation effects can be achieved without writing code, which is unimaginable for development on windows mobile.
1. Create an application
1. Open visual studio 2010 express for windows phone (this is used to develop windows phone) and select visual C #-> sliverlight for windows phone-> windows phone application to generate the application.
2. When developing the interface, you must first plan it. This is similar to html development. You must first split the area and then add the control.
Ii. Generating animations
1. After the basic interface is planned, you can polish it. Here we use express blend, a Microsoft tool for sliverlight. here we can use version 4, which is now free of charge, as well as sdks and add-ins for windows phone. this tool is similar to flash MX, but it does not look like flash is for designers, but for developers. This tool has good compatibility with visual studio2010 and is easier to use than flash MX (I used it a few years ago, but I don't like action script very much, rather than C #). The Timeline, Transfrom, and color panels are used here.
2. Save the animation, open the program with visual studio 2010, and write a few control codes (no more than 6 codes here! Run it. An animation effect interface is displayed.
Here is the source program:
/Files/randylee/MyFirst.rar