How do I start building a Windows Phone App?

Usman Mubashir

New member
Aug 16, 2013
50
0
0
Visit site
I am a college student, and like most, I like following technology. In my particular taste, I love programming. Its in my bones.
From iPhone to Android, I have made some accurate predictions about their respective success and this has got me really hyped about Windows Phone. So much that when I started learning Programming I was day-dreaming of making my first app ever.
But here is the catch, I only know basic programming (in C++) and few techniques like OOP and DS, I've tried playing around with the WP8 SDK but none has got me what I need/want. Maybe its that I still have to learn so much or just that I don't have the right direction.
Can any Windows Phone Developer guide me on how to make an App? A Windows Phone Exclusive App? It would be nice to have a book which can help me through, I don't like videos that much. Or even a free Udemy Course for that matter.
Any help is welcome, but please elaborate, and explain the details I might not understand.
Thanks. :smile:
 

coip

New member
May 21, 2013
975
0
0
Visit site
I am a college student, and like most, I like following technology. In my particular taste, I love programming. Its in my bones.
From iPhone to Android, I have made some accurate predictions about their respective success and this has got me really hyped about Windows Phone. So much that when I started learning Programming I was day-dreaming of making my first app ever.
But here is the catch, I only know basic programming (in C++) and few techniques like OOP and DS, I've tried playing around with the WP8 SDK but none has got me what I need/want. Maybe its that I still have to learn so much or just that I don't have the right direction.
Can any Windows Phone Developer guide me on how to make an App? A Windows Phone Exclusive App? It would be nice to have a book which can help me through, I don't like videos that much. Or even a free Udemy Course for that matter.
Any help is welcome, but please elaborate, and explain the details I might not understand.
Thanks. :smile:

I was interested in building a Windows Phone app too, although I have absolutely no programming acumen. I hear that the place to start is Microsoft Visual Studio. If you master that you are over the mountain, but perhaps some actual Windows Phone developers can chime in here.
 

xandros9

Active member
Nov 12, 2012
16,107
0
36
Visit site
Thanks, I have checked the videos before. Most of them assume I have already mastered many languages, which I haven't.

Any Dev out there???
there's a C# absolute beginner series which I think is linked to. I'm pretty sure it says somewhere it requires previous knowledge from that series.
 

hopmedic

Active member
Apr 27, 2011
5,231
0
36
Visit site
When you get beyond the C# basics, here's a free thousand page book by Charles Petzold (well-known author) on WP7 development, in case you learn better from books than you do from the already-provided video links. I taught myself C# and WP (coming from VB, so a good bit different than C++), using this book, videos, blogs, and other assorted things.
"Programming Windows Phone 7" by Charles Petzold
 

Lori Lalonde

New member
Oct 21, 2013
2
0
0
Visit site
You can leverage your C++ knowledge to develop apps for Windows Phone 8. To get started in Windows Phone 8 development, you can read these posts to get started:


Setting Up Your Windows Phone Development Environment in 30 Minutes (or less) - Canadian Developer Connection - Site Home - MSDN Blogs -> this post talks about downloading the Windows Phone SDK which will also install Visual Studio 2012 Express for Windows Phone. This IDE will include project templates in C++ which you can use to build your apps so you can leverage the skills you already have to start building those apps.

Other useful posts include:
Time Saving Tips to Get Your Windows Phone App Started - Canadian Developer Connection - Site Home - MSDN Blogs
Making Money From Your Windows Phone Apps - Canadian Developer Connection - Site Home - MSDN Blogs
Publishing Your App – It’s Not The Last Thing You’ll Do - Canadian Developer Connection - Site Home - MSDN Blogs

I hope this helps!
 

Mohammad Arshad

New member
Oct 30, 2013
29
0
0
Visit site
Not a WP8 dev officially (been dabbling on and off), but have been making iOS and Android apps for around 1.5 years so my 2 cents are:

1) Start by learning C#.
2) Go through this course: Introduction to Windows Phone 8 - Online Training Course for Developers, the author takes you through various UI controls of WP8, and 'introduces' the design philosophy. Not very in-depth, but i found it easier to follow than the channel 9 videos.
3) Try to replicate the WPcentral windows phone app.
 

Woknox

Developer
Mar 2, 2014
106
0
0
Visit site
Creating a small simple app requires you to master the secrets of:

- C# and the beautifull .Net framework
- Visual Studio
- Xaml

And for integration with third-party software / services you should learn something about:

- WCF / Webservices
- Json

Do not forget that you do not have to create commonly used functionalities by yourselve, these are probably available in NuGet packages.

When you are ready to take your app to the next level I can recommend you to master the MVVM design pattern, this will make your app very scalable
 

Woknox

Developer
Mar 2, 2014
106
0
0
Visit site
If you want to get your hands dirty quickly you can start with app studio. It also generates the source code for you
Windows Phone App Studio - Microsoft

This is a great tool to start with and to see the potential of the Windows Phone dev platform. But I think that every app-developer should understand the sourcecode for every app that will be published in the store to give good support and react to bug report and feature requests.
 

Members online

Forum statistics

Threads
323,183
Messages
2,243,404
Members
428,036
Latest member
Tallgeeselll05