I will be speaking at the Silicon Valley Code Camp this year, on Sunday, Oct-9th at 9:15 am on the topic of 'Beginning Windows Phone Development'.
You can sign up for my session at http://www.siliconvalley-codecamp.com/Sessions.aspx?OnlyOne=true&id=666
You will learn how to build applications for the Windows Phone OS and will be ready to tap into the hot mobile app development market right away.
Saturday, September 24, 2011
Silicon Valley Code Camp
Labels:
Code Camp,
Development,
Paras,
Session,
Silicon Valley,
Speaker,
Wadehra,
Windows Phone
Wednesday, June 29, 2011
Beginning Windows Phone 7 Development - Part 3
Working with Isolated Storage
In this part, I’ll explain how you can store basic data on the phone from within your application. Start by creating a new Silverlight for Windows Phone Application project as described in Part 1.
Open the MainPage.xaml file in design view so that you can see the default phone page created. On this screen you will add the following controls to interact with, along with the appropriate labels:
A TextBox to type in a string of text you want to save; name it txtData.
A Button that you can click to save the text in isolated storage; name it btnSave.
A TextBlock to show the saved text next time you run the app; name it tbData.
Labels:
Microsoft,
Paras,
Phone,
Windows,
Windows Phone 7
Tuesday, March 29, 2011
Beginning Windows Phone 7 Development - Part 2
Developing your first Windows Phone App
In this part, we will start off with developing a very simple, but fully functioning, Silverlight application for Windows Phone. After you are done with creating the application, it will allow you to browse the Internet from within the application.
Start by creating a new Silverlight for Windows Phone Application project as described in Part 1 of the blog series.
Labels:
Marketplace,
Microsoft,
Paras,
Phone,
Wadehra,
Windows,
Windows Phone 7
Monday, January 24, 2011
Beginning Windows Phone 7 Development - Part 1
Understanding the development environment
To begin developing applications for Windows Phone 7 devices, you will first need to download and install some development tools for the same. You can find the Windows Phone Developer Tools at http://www.microsoft.com/downloads/en/details.aspx
Labels:
Marketplace,
Paras,
Phone,
Wadehra,
Windows,
Windows Phone 7
Subscribe to:
Posts (Atom)