0 to first WP app in 6 months. Possible?

jefbeard911

New member
May 28, 2012
423
0
0
I have a desire to learn how to develop apps for WP. Not as business but more of a hobby.

Without sounding too naive or arrogant, is it possible to develop a quality app in 6 months going from knowing nothing to app submission?

Thanks for either bursting my bubble or the encouragement. 😊
 
You can certainly go from zero experience to submission in 6 months but it really depends on what you want the app to do and what "6 months" means (e.g. 8hrs/day for 5days/week or 12hrs/day for 7days/week etc...). You can put together a "Hello World" app in a day easily but there would be a lot of stuff that you wouldn't understand.

If this is a serious goal of yours I would not start developing the WP app and try to build your skills as you work through it. That's really going to be incredibly overwhelming. It would be best to spend the first couple months learning the basics of programming. I've heard great things about code academy: Learn JavaScript Programming | Codecademy Online Tutorials
Although, WP Apps are written in C# (with the UI described in XAML) and unfortunately, CodeAcademy doesn't have any C# lessons. Regardless, it will be a great place to learn the basics. After that you can hit up http://www.programmr.com/zone/csharp to learn C# syntax.

If you do those two things first, then start working on the WP app, you'll have a much higher chance of getting the app done.

hope that helps!
 
In addition to learning a language and framework developing in XAML with MVVM patterns can be tricky! I've been doing it for 20 years and can still get overwhelmed at times. Things change faster than any one person can keep up with. But if you enjoy the work it is possible.
 
It is definitely possible. In fact I would say its more than enough time.

Only pitfall is that unlike Android and iOS development, the development material online is not that great (at least IMO). That is not to say the material is not there, just that it is a bit harder to find. So you need to be patient, and know where too look.