+ 16
Is there any way to convert android app into other platform apps like ios and Windows phone?
27 Respuestas
+ 17
You can make it from Microsoft Xamarin, which allow you to dev on C# and take builds to IOs Android and Windows Phone
+ 8
well basically you can develop those apps on c/c++/objective-c
+ 6
write an app in front-end technology and use framework like phonegap and ionic to make it avalibale for all platform
+ 3
Yes. if it is a web app
+ 3
Some programs, like GameMaker, allow you to export your app into any platform you want.
+ 3
no real way to convert Android app built using Java to other platforms apps, I suggest trying Xamarin, ReactNative or TypeScript so you can build cross-platform apps.
+ 2
Yep, google cross platform apps for mobile phones.
+ 2
Then cross platform apps are not android-only.
In case you wanted to change .apk to a swift then i don't know if that exists.
+ 1
They essentially are written in different languages, so unless you have a language converter, there's no way.
With Windows 10, it's much easier to convert apps from a phone to a PC.
But that's if you code for Windows... a not-so-popular app platform.
+ 1
@Adib
True
+ 1
also Phonegap
+ 1
you can also manually convert code from one language or platform to another - a bit of a laborious practice(perhaps there are tools that can help speed this up). Once you have the logic and all the graphics, and interface, you can reuse existing graphics, translate the logic from one language to another and by having the existing interface as a guide make your interface for the new app
+ 1
here way here is you should learn the language for each app platform
+ 1
yeah,micrososft xamarin forms will do just that
0
If you developped in native language (like Java for Android), isn't possible.
0
No, at this point of time
0
Windows Mobile OS is another world entirely, but for Android and iOS, hybrid apps are taking control now, you should check out using Ionic framework
0
QT allows you to program in C++, code a project once, and then compile it for a target platform. I have written program and run it on Windoze, Linux, Androi, Raspberry Pi and Ios withour changing a single line of code. You just compile or cross compile for each flatform. GUIs are designed with xml, the libraries are amazing. It is free for non-commercial use.
0
If you run a server mecomizer on your computer and connect both phones to the computer you can manually do it.
0
yes. use Xamarin. you can install it over visual studio 2015 and more. or you install it alone