Windows phone 7 app on windows phone 8 - windows-phone-7

I have seen there is support for windows phone 7 app on windows phone 8. I have developed some apps on windows phone 7 and I want to run it on windows phone 8 emulator to test my app. Is there any way for doing this?

Yes, just open your Windows Phone 7 Solution in Visual Studio 2012 with Windows Phone 8 SDK installed, select as target Windows Phone 8 emulator and run your app. You can even choose between various screen resolutions.
The minimal system requirements for running Windows Phone 8 emulator are here:
What does it take to run the Windows Phone 8 emulator?

Once you open your WP7 app in VS 2012 with WP SDK 8.0 with target platform for WP8 you can't use this project anymore as WP7 project.
If you want to continue to develop in new environment in VS 2012 you need to use Target platform: WP 7.1
Best regards

You can also use the XAP Deployment tool so that you don't have to open the project in Visual Studio.

Related

Windows Phone 8.1/10 App Developement

So my current problem is that I have to develop a windows phone app that should be able to run on windows phone 8.1 and windows phone 10. As I am new to the windows phone world, I would like to know what is the best way to achieve this?
After reading a few entries I have learned that there is visual studio 2015 to develop windows phone 8.1 apps and that windows phone 10 apps are developed as universal apps. Is it possible to also run universal apps on Windows 8.1 that I developed for Windows 10? (I guess there are functionalities new to windows phone 10 that are not available in 8.1)
Thanks to #ShubhamSahu the question is answered.
It is possible to execute/download WP 8.1 Apps on WP 10.

Testing windows phone 7.1 app on windows phone 8

Now from what I see it is possible to test my app on windows phone 8, however would I need to import the project to vs2012 and would i need to download the sdk8.0 or can i use the sdk that i have (7.1, vs 2010)
You need the Windows Phone SDK 8.0 to deploy your app to a Windows Phone 8 device. And the SDK 8.0 only works with Visual Studio 2012 (Pro, Express, ...). Here's more reading on deploying and testing 7.1 apps for version 8: How to deploy and run a Windows Phone app (About deploying and running apps on a Windows Phone device).
You need to add the new sdk and follow all the explanation of this link :
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207030(v=vs.105).aspx

How Can I Develop Windows Phone Application Through (Windows7(32bit))

I need to know if I can develop windows phone applications through the vs2012 with my computer
my computer has :
1- windows 7 OS .
2- 32 bit .
3- VS2012 .
I heard that you cannot develop windows phone 8 application through windows 7?
Can I use windows phone 7?
How can I download it ?
Windows Phone 8 development is possible on a Windows 7 OS using Visual Studio 2012. The Windows Phone 8 emulator, however, requires Window 8 64bit to run.
System requirements for Windows Phone Emulator:
The Windows Phone SDK 8.0 setup program checks the prerequisites for running Windows Phone 8 Emulator. It displays warnings if the prerequisites are not present, but it does not require them.
If your computer or your network doesn't support all the requirements for running the emulator, you can still install the SDK and develop apps for Windows Phone 8. You can only debug and test them, however, on a registered Windows Phone 8 phone.
In short, the requirements for writing Windows Phone 8 applications on Windows 7 are:
Visual Studio 2012
Windows Phone 8 SDK
Registered Windows Phone 8 device
Windows Phone Developer Account

How to run windows phone app from visual studio?

I am developing phone gap application for windows phone.I am using visual studio 2010 & windows phone sdk 7.0.
How to run my application on windows phone 8?Or I have to run it on windows phone 7.
I am unable to connect my windows phone os 8 to visual studio.
Please help
If you have a windows phone 8 device which you want to use for app debugging purpose, you NEED the Windows Phone SDK 8.0 installed, which needs at least a 64-bit Windows 8 Pro or better.
If i haven't forgotten something, then Phonegap has 2 project templates - 1 for WP7 and 1 for WP8. Which allows to think that WP7 project won't run on WP8.

App development in Windows mobile, windows phone 7 and windows phone 8

Is there any difference in the development of apps in windows phone 7 and windows phone 8 ?
In windows mobile, its like developing a form based application, but in windows phone 7 everything changed other than c# coding. In wp7 we use xaml based design instead of forms. Only c# is same for both.
Is there any this kind of difference in developing app in windows phone 7 and 8 ?. Both using same style of coding and same tools and technologies ?. Do I need to study any other other things for windows phone 8 app development ?
According to the coding style both Windows Phone 7 and Windows Phone 8 are same. But you need "Visual Studio 2012 Express for Windows Phone" which comes along with the WP8 SDK. Using WP8 you can develop apps for both WP 7.5 and WP 8.
Windows Phone 8 is an upgrade for Windows Phone 7/7.5. WP8 contains almost everything that WP7 has and adds some additional features to it. Check this link for What's new in Windows Phone 8
Tools:
Both WP7 and WP8 needs Visual Studio with proper Windows Phone SDK. For WP7 it's VS2010 and WP7 SDK and for WP8 it's VS2012 with WP8 SDK. There is Visual Studio Express free edition for both. For WP8 development you need Windows 8 (Windows 7 is enough for WP7). There is also one further requirement for WP8 emulator - your processor has to support SLAT.
Technologies:
Both WP7 and WP8 uses XAML+C# (or XAML+VB.NET) for app development. There are couple differences in details between both, however you shouldn't really bother about that.
Both are same. I agree! but the thing is how we can make it better to work with both windows phone 7 and windows phone 8 matters. The Windows Phone 8 SDK already supports developing
applications for both versions of Windows Phone, and applications targeting Windows Phone 7 will run without modification on Windows Phone 8.
With the conditional coding functionality and its re usability, the windows 8 app development is being working out well. Integration of two separate projects for different platforms of windows phone can be linked using base code. To get the features function on windows phone 8.
Below link is will help you
http://visualstudiomagazine.com/articles/2012/11/30/developing-for-windows-phones-7-and-8.aspx

Resources