Click here to Skip to main content
15,887,892 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I've been wanting to get into app development in Windows.
When I say apps im talking about the apps you can get in the windows store.
And to be more specific, I want to develop them for the PC,
I read something about Universal apps but I didnt really understand, it said something about the template "Universal app" was for the phone and could be used for the pc and it all just got very confusing.

So my question is, what template do I use in Visual Studio to create these types of PC apps that you can find in the Windows App Store?

What I have tried:

I've tried googleing around to find answers but nothing.
Posted
Updated 5-Jun-16 2:30am
Comments
Philippe Mori 6-Jun-16 18:01pm    
As far as I understand, with Project centennial and Windows 10 anniversary update, it will be possible to have traditional applications in Windows store. I think that tools are available now.

1 solution

A Universal Windows Platform application targets any machine running Windows 10 - so phones, tablets and PC. And they can certainly be on the Windows Store.
If that is what you want to develop, then the Universal App template is the one you want to start with.
See here: What's a Universal Windows Platform (UWP) app?[^]
And here: Universal Windows Platform App Development[^]
 
Share this answer
 
Comments
BladeLogan 5-Jun-16 8:37am    
If I create a UWP app, and target it for the pc, wont it look really weird on the mobile?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900