Tuesday
Aug132013
Final Windows Phone App Studio Screencast Available

That’s it. For now. I’ve just uploaded the fourth and final screencast in the series. This looks in detail at how you can work with the Visual Studio projects that are produced when you make an App Studio solution. You can find the screencast here.


Reader Comments (2)
I have two queries
1. How can I take input from user and save it
2. How can I draw a graph with those inputs
Windows Phone App Studio is not really a great deal of help for an application like this I'm afraid, although you can use it to create the framework of the application and then go and replace the placeholders with the behaviours you want.
Reading in the numbers is easy enough though and you can save values into Isolated Storage. The graph display will require a bit of work though, as you will have to create your own graphing software or use a library, for example http://touchgraphwp7.codeplex.com/