Part 1: Series Introduction | Windows Phone 8 Development for Absolute Beginners

  • Thread starter Thread starter BobTabor, Clint Rutkas
  • Start date Start date
B

BobTabor, Clint Rutkas

Guest
Hello and welcome to this 35-lesson series on building apps for the Windows Phone 8 platform. My name is Bob Tabor, and for the past 11 years Ive been creating screen cast training for Microsofts developer-centric tools and technologies, both on Microsofts web properties and my own web site, www.LearnVisualStudio.NET.

According to the title of this series, this training is for "absolute beginners", and while that is definitely true—we will begin with the very basics of building phone apps—youll see that we quickly move into utilizing some of the new and advanced features on the Windows Phone 8 operating system.

This series is made possible due to the positive response to my original series, Windows Phone 7 Development for Absolute Beginners. Weve redesigned this series completely—so if you watched that series, youll not recognize a single thing in this new series.

Before watching this series, you should already be familiar with C#. If youre not, please put this series on the back-burner for a few days and instead watch Channel9s C# Fundamentals for Absolute Beginners. I designed that series with you, the absolute C# novice, in mind. At a minimum, youll need to get the basics of object oriented programming —classes, properties, methods, visibility modifiers, collections, generic collections, and the like—under your belt before attempting this series.

We approached this series of lessons as a tutorial...in other words, the series teaches how to build apps by walking through the steps required to build two full featured apps. Hopefully this approach will help you see how concepts fit together in a real app scenario. Ill also build a number of tiny apps just to illustrate some small concepts in hopes of clarifying fundamental ideas.

Im also going to cover things like the operating system and hardware requirements, the software youll need to install to get started, getting a developer license, designing an app, submitting to the store, and more. So, hopefully, this is a great starting point for developers new to Windows Phone 8 development.

Before I show you the apps well build in this series, we need to do a little house keeping. On screen right now is my desktop. Theres code loaded into visual studio. The videos are recorded in a high def format, 720p, and are crystal clear. So, if you cant read the text on my screen, that could be because your internet connection cant handle streaming at a high bit rate. Your best option is to use the download link beneath each video. You can download various formats and resolutions based on the target device you want to watch these videos on.

Next, to follow along, youll want to download the assets that are contained in a zip file. Ill make sure the link is available on this page, and every page where the videos are hosted. It will contain assets youll need to include in your projects as well as the finished versions of the apps so that you can compare the code Ive written with the code youre working on.

Finally, for the first time on Channel9, Im including a text and screenshot version of the videos...youll find it posted below each video...while these are not necessarily a word-by-word transcript of what I say in the videos, they do cover the exact same material and provide the code that I type in so you can copy and paste it into your app. Im providing this for those that have a hearing disability and for those who dont use English as their primary language. Also, it should be helpful for reference purposes so that you dont have to go back through and re-watch the videos to recall some previously covered idea or technique.

Ok, so what are we going to build in this series?

- SoundBoard app demonstration

- AroundMe app demonstration

While Im the voice youll be listening to for the next 11 hours, this effort was actually a collaboration between a number of parties. First and foremost, Clint Rutkas of Channel9 is the mastermind behind the two apps well be building in this series. I think we literally had 100 email threads running about various nuances of the code, and he was patient and very helpful and really deserves the lion-share of the credit for this series. The Windows Phone Team supported this effort and made it happen...I think that was due in large part to the warm reception the previous version of this series received from you, the loyal Channel9 viewer. So, thank you!

And finally, Nokia and their Developer Ambassadors were very helpful in helping me secure the assets I needed to put this together. Nokia has stepped up and supported the Windows Phone 8 platform and DEVELOPERS on the platform and Ive been nothing but impressed with their passion for what they do. Check out their website:

http://www.dvlup.com

They offer one-on-one support, frequent meet-ups, contests with prizes and more to get developers like you and me more engaged and thinking about working together to build this platform. You should register with their site www.dvlup.com to get involved.

And that brings me to this—Im in love with my Nokia Lumia 920. It is without a doubt the coolest device Ive ever owned—and trust me, I own several of the most popular devices built on other platforms available on the market today. If youre interested in Windows Phone 8 development, its not a requirement, but I think you will really want to own one of these phones. Its not just a great developer testbed for the apps you build, but its a great DEVICE. Let me tell you about my favorite features:

  • Great camera—My wife is constantly asking me to send her the pics I take with my phone because her i...her, um, less capable phone...just doesnt even compare, especially in low light situations.
  • NFC—Near Field Communications...exchange data with other NFC phones regardless of platform.
  • Pinning—You can pin anything to the start page...music, websites, apps...and I seek out apps that update the tiles with new information so I dont have to open up the app, for example, to see the weather, or my calendar, or the countdown to my vacation.
  • Wireless charging—Yes, you can buy a case for just about any phone that will do this, but its built INTO THE PHONE!
  • Voice commands—Great for creating OneNote TODO items, or sending a text message while Im on the road.

The other cool thing is that the platform is growing...every time I do a demo of my phone, I convert another user. Ive got my family and friends convinced that this is their next phone when their contract comes up for renewal. And I just read an article about the growth of the enterprise market for app builders, which is really exciting.

http://www.windowsphone.com/en-US/business/for-business

And the best feature of all? At least in my opinion? The fact that I can leverage my existing C#, .NET and Windows Runtime experience into building apps that I can carry around with me.

Yes, I suppose if I wanted to create apps for another platform, I could spend weeks and months learning a new language, a new API, etc. Or, I could build apps that try to target all the platforms but ultimately miss key new features unique to the Windows Phone 8 operating system. But this feels natural and easy and so its fun.

So, if youre just getting started with Windows Phone 8 development, Im sure youll soon share my excitement. This series is one of the best ways to get up to speed quickly.

Promise me this—if you get stuck or something doesnt make sense, youll ask a question in the comments area at the very bottom of the page. Either Clint or I...or perhaps someone else whos working through the material...will try to help get you unstuck and moving forword.

So, lets get started in the next lesson setting up our environment, and then well begin writing code immediately. Well see you in the next lesson.

Source Code: http://aka.ms/absbeginnerdevwp8

c4dcaf220908d0dbcd624940e13fbc74.gif


Continue reading...
 
Back
Top