Can we deploy windows phone app on android or iOS platform using VS 2012 or any other tools - visual-studio-2012

I have made a windows phone app, and wish to deploy my app on android and iOS platform too.
Can we use VS 2012 or any other tools for achieving the same.
I found the below link for reference:
http://nakedalm.com/deploy-from-visual-studio-2012-to-ios-windows-phone-android-and-windows/
Thanks In Advance.

I think the closest thing to what you're looking for is Xamarin. It will not directly make your Windows Phone app an Android or iOS app, but it will let you write code using C# and VS2012 and with the right approach achieve a high degree of code commonality between the different platforms.
It's not a magic bullet, but it's probably the best approach available to you.

Related

How to know if an android app is developed on Android Studio or App Inventor?

How to find out whether an android app is developed using Android Studio or App Inventor ??
The apps if created by App Inventor and published on the play store contains a link or a credit for App Inventor.
If the apps are created using Android Studio, there won't be such a credit for third party app development software.
Also as far as on development, a majority of android apps created using Android Studio are professional in look and use, while App Inventor is often used by novice or those who are trying to learn the basics.
I hope this helps.
Inside of app, press the Android menu button.
About this app
Here you go! Some apps might have commented the credit with <!--, but still, the existence of this menu should tell you the truth.

Can you use Android Studio for Samsung Gear 2?

I have an app that I would like to build wearable support across platforms. I got Android Wear support, I got Gear Fit support. Now I am trying to figure out the Tizen SDK and if I can integrate that with Android Studio. Is that possible?
I won't say it's not possible, but Android Studio/IntelliJ does not support the Tizen Wearable build process at this time. I don't know what the long-term plans are for the Tizen SDK team--if whether they will continue with Eclipse as it is or start providing support for A/S themselves.
A Tizen Wearable app is for all intents and purposes a web app with a few config.xml changes and some custom folders, so there may be a way to cobble support in if you were really desperate enough. Behind the scenes, here is what the Tizen IDE/Eclipse is doing. Perhaps this will give you enough of a start.
edit: rearranged for clarity

How to Compile the Xamarin.iOS app using Visual Studio only?

Recently i came to know that Xamarin 3 got released and there a is beautiful GUI designer for iOS. But am not sure still for compilation do we need to use the Mac? With out Mac is it possible to compile iOS app?
Thanks,
Ravi
With invention of GUI designer for iOS in Xamarin, makes it easy for the developer to switching between xCode to windows. For compiling there is no need of Mac. But to run and see the output, you still require Mac - iOS build host. Also, Mac would be required to host iOS app on App store.

Is it possible to build Windows 8 app using Windows 7 and Visual Studio 2012?

Is it possible to build Windows 8 app using Windows 7 and Visual Studio 2012?
The app asks test questions. Two users answer by tapping on the screen, and they want to do it faster. I need to check who answered faster. I am not sure, maybe I should use multitouch staff here.
Is it possible to do it?
what is the best way of doing it?
WinApp applications developed with the WinRT runtime can only work on systems windows8, if you develop applications with net framework, its work on Win7 and Win8.
To make the application can use WinRT or net framework, you simply need to touch screens ... however you can assess who presses the button first with the classic mouse click.
Only if you install VS2012 on Win8 can develop WinApp, however for what you want to do I would use a Windows Application developed with VS2012.

Create Mac apps with Xamarin from Visual Studio

It seems to be easy enough to create Android and IOS apps on Xamarin in Visual Studio, but I can't see how to create OSX apps.
On the Xamarin download page for Windows/VS it states that this "Includes the following: Mac - Develop Apps with Xamarin.Mac". There is no option to create an OSX/Mac project
Apologies if I'm being dense but I am going round in circles here and always end up with information on creating IOS apps. I know I can create apps using Xamarin Studio on the Mac but that isn't ideal.
It wasn't possible before, but it is possible now with Xamarin for Visual Studio 4.2. The support is limited to certain project types though. More information is available in the blog post.

Resources