Question

I want to know that can I do universal development in windows. I mean can i write code in some-way so that it may run on windows phone 8 and windows store apps ? Is there anyway in UI or in code-behind files ?

I want to make application that run on windows phone, windows 8 and tablets. Please describe !!

Was it helpful?

Solution

You'll have to code platform specific parts anyway. You can't have the same UI for example.

But you can reduce the amount of code using Portable Class Libraries.

Here you can find some good advices:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top