No Training = No Developers = No Apps = No Hardware sales

Tasha Johnson

New member
Mar 21, 2013
2
0
0
Visit site
I found this thread whilst searching google for Windows Phone 8 training. I totally agree with the author!

I've been digging into WP8 development for the past month, and boy what a headache it's been. I'm a C# programmer, and have used WPF and XAML, but nothing has been more of a headache than attempting to develop Windows Phone 8 applications!

As the author said, the learning resources are poor. No books, no training. I've managed to get by, by learning Windows 8 development ... but it's NOT the same. Even such simple issues as using a WrapPanel on WP8 caused me hours of searching before I even found the answer was to install the Windows Toolkit! I'm currently having a headache with Triggers in WP8 ... finally learn't they can't be used as they can in Windows 8.

It's a headache to get any results from Google. When you search for anything related to Windows Phone 8 you get results for "Windows 8" ... which isn't the same. It takes hours to find an answer to such a simple issue that could have been documented by Microsoft.

The Microsoft Virtual Academy is good, but I've went through the WP8 course and it doesn't go into much great detail.

I'm tempted to step back for a while and wait until the learning resources are available. I have to agree with the OP's thread title though.
 

nstine20

New member
Dec 13, 2012
15
0
0
Visit site
I'm not a developer, though lately I have been looking into potentially learning how to develop for wp8/w8 and etc. In one of the recent WPC articles they mentioned the website geekchamp.com and there I found this WP8 training e-book:

Windows Phone Toolkit In Depth 3rd Edition | GeekChamp Component Marketplace

Thus far I have not made the leap to purchase this as I don't quite have the time to spend learning yet, so I have no idea if it is any good. I thought I would post it here though in case someone wants to give it a try/research it further.
 

Daniel Ratcliffe

New member
Dec 5, 2011
3,061
0
0
Visit site
I found this thread whilst searching google for Windows Phone 8 training. I totally agree with the author!

I've been digging into WP8 development for the past month, and boy what a headache it's been. I'm a C# programmer, and have used WPF and XAML, but nothing has been more of a headache than attempting to develop Windows Phone 8 applications!

As the author said, the learning resources are poor. No books, no training. I've managed to get by, by learning Windows 8 development ... but it's NOT the same. Even such simple issues as using a WrapPanel on WP8 caused me hours of searching before I even found the answer was to install the Windows Toolkit! I'm currently having a headache with Triggers in WP8 ... finally learn't they can't be used as they can in Windows 8.

It's a headache to get any results from Google. When you search for anything related to Windows Phone 8 you get results for "Windows 8" ... which isn't the same. It takes hours to find an answer to such a simple issue that could have been documented by Microsoft.

The Microsoft Virtual Academy is good, but I've went through the WP8 course and it doesn't go into much great detail.

I'm tempted to step back for a while and wait until the learning resources are available. I have to agree with the OP's thread title though.

First of all, welcome to WPC! Hope you'll stick around.

Secondly, I've been trying to get my head round WP development too. It sure ain't easy, but then again my programming experience goes as far as HTML, CSS, some basic PHP/JS, and Flash (bad move!). I actually bought a book on it though which has proven to be helpful. It was this book: Sams Teach Yourself Windows Phone 7 Application Development in 24 Hours: Scott J. Dorman, Kevin Wolf, Nikita Polyakov, Joe Healy: Amazon.com: Kindle Store

Might be worth a look into?
 

Tasha Johnson

New member
Mar 21, 2013
2
0
0
Visit site
How similar is Windows Phone 7 development to Windows Phone 8 development? Are there any radical changes or "gotchas" to watch out for? I was tempted to buy a good book on WP7 but I'm worried it'll be a waste of time.

P.S. I've just realized I've registered under my girlfriends Facebook account! Arrrgh. Need to create a new account.
 

Bill Badger

New member
Mar 10, 2013
7
0
0
Visit site
I found this thread whilst searching google for Windows Phone 8 training. I totally agree with the author!

I've been digging into WP8 development for the past month, and boy what a headache it's been. I'm a C# programmer, and have used WPF and XAML, but nothing has been more of a headache than attempting to develop Windows Phone 8 applications!

As the author said, the learning resources are poor. No books, no training. I've managed to get by, by learning Windows 8 development ... but it's NOT the same. Even such simple issues as using a WrapPanel on WP8 caused me hours of searching before I even found the answer was to install the Windows Toolkit! I'm currently having a headache with Triggers in WP8 ... finally learn't they can't be used as they can in Windows 8.

It's a headache to get any results from Google. When you search for anything related to Windows Phone 8 you get results for "Windows 8" ... which isn't the same. It takes hours to find an answer to such a simple issue that could have been documented by Microsoft.

The Microsoft Virtual Academy is good, but I've went through the WP8 course and it doesn't go into much great detail.

I'm tempted to step back for a while and wait until the learning resources are available. I have to agree with the OP's thread title though.

Hi

There are a few books becoming available end of April and May 2013 which look good, but Plurasight added a new training video a few days ago which looks good too.
Introduction to Windows Phone 8 - Online Training Course for .NET Developers.

Best regards
 

78Bytes

New member
Feb 7, 2012
16
0
0
Visit site
As a C# developer that currently has 2 WP7 apps and 1 WP8 app I would say that they are pretty similar to develop for in most cases. If you are aware of the additional features that WP8 offers then you can find documentation on MSDN that will help you implement that feature into your WP8 app. A good book on Windows Phone 7.5 (aka Mango) such as this book should get you heading in the right direction. Although the underlying kernel for WP8 is different than WP7 the API has stayed pretty much the same. Most of my answers I found were on MSDN. If you have any questions I would be glad to help. Also please read the design documentation at https://dev.windowsphone.com it will help you understand a lot of the concepts in Windows Phone to make the development process a bit easier.
 

drg

New member
Jul 13, 2011
186
0
0
Visit site
How similar is Windows Phone 7 development to Windows Phone 8 development? Are there any radical changes or "gotchas" to watch out for? I was tempted to buy a good book on WP7 but I'm worried it'll be a waste of time.

P.S. I've just realized I've registered under my girlfriends Facebook account! Arrrgh. Need to create a new account.

Hi "Tasha" :)

WP7 and WP8 as said above is pretty much the same. WP8 has the new api's for the new features that WP7 doesn't have, e.g. lenses, nfc, wide tile (although that's now in the 7.8 sdk) etc etc.

I recommend you build a WP7 app first because that will work on WP7 and WP8. I didn't read any books, just downloaded the SDK and went for it, searching the net on how to do things. You'll find stackoverflow a very useful site. By the sounds of it you may not have a WP, so I'd recommend you use one for a little and get to know how the OS works and what kind of features it has. Then when you go to develop your app, when you design a specific feature just bing or google it and you'll find the code.

Some good sites I've found are www.geekchamp.com/ and 31 Days of Windows Phone 7 ? Blankenblog

I've been through a couple WP7 books and have found the same info on net without any hassles. Some people prefer to go through books but I just wanted to dig my teeth into it, so whenever I wanted my app to perform a function, I found the answer on the net and worked it out from there.

RE other posts to do with C# and VB. I have been programming for 10 years, mainly Oracle PLSQL and very little java. PLSQL is procedural so very different to C#. The little bit of java I did, did give me a little tiny head start on C# but I've found C# very easy as to pick up and would recommend you go down this path.
 

Members online

Forum statistics

Threads
323,307
Messages
2,243,609
Members
428,055
Latest member
DrPendragon