+ 16

Is there any way to convert android app into other platform apps like ios and Windows phone?

5th Mar 2017, 5:47 AM
Aman gautam
Aman gautam - avatar
24 Antworten
+ 17
You can make it from Microsoft Xamarin, which allow you to dev on C# and take builds to IOs Android and Windows Phone
5th Mar 2017, 4:58 PM
Douglas Fernandes da Silva Filho
Douglas Fernandes da Silva Filho - avatar
+ 8
well basically you can develop those apps on c/c++/objective-c
9th Mar 2017, 4:52 PM
Prabhakar Dev
Prabhakar Dev - avatar
+ 6
write an app in front-end technology and use framework like phonegap and ionic to make it avalibale for all platform
7th Mar 2017, 4:37 AM
Adib Modaresi
Adib Modaresi - avatar
+ 3
Yes. if it is a web app
5th Mar 2017, 9:36 AM
Edidiong Udoh
Edidiong Udoh - avatar
+ 3
Some programs, like GameMaker, allow you to export your app into any platform you want.
7th Mar 2017, 1:15 PM
Jeremie
Jeremie - avatar
+ 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.
19th Mar 2017, 6:20 AM
Hasan Al-Yazidi
Hasan Al-Yazidi - avatar
+ 2
Yep, google cross platform apps for mobile phones.
11th Mar 2017, 5:48 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 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.
11th Mar 2017, 5:50 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 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.
6th Mar 2017, 5:19 PM
Jeremie
Jeremie - avatar
+ 1
@Adib True
7th Mar 2017, 4:38 AM
Ezekiel Oladejo
Ezekiel Oladejo - avatar
+ 1
also Phonegap
17th Mar 2017, 3:00 PM
Phil
Phil - avatar
+ 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
17th Mar 2017, 3:03 PM
Phil
Phil - avatar
+ 1
here way here is you should learn the language for each app platform
19th Mar 2017, 9:23 AM
Đức Giang
Đức Giang - avatar
+ 1
yeah,micrososft xamarin forms will do just that
19th Jun 2017, 11:22 PM
Ewetan Seyon Emmanuel
Ewetan Seyon Emmanuel - avatar
0
If you developped in native language (like Java for Android), isn't possible.
5th Mar 2017, 4:56 PM
Douglas Fernandes da Silva Filho
Douglas Fernandes da Silva Filho - avatar
0
No, at this point of time
6th Mar 2017, 11:36 AM
POJO
POJO - avatar
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
7th Mar 2017, 3:57 AM
Ezekiel Oladejo
Ezekiel Oladejo - avatar
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.
11th Mar 2017, 5:28 AM
Ed Wahler
Ed Wahler - avatar
0
If you run a server mecomizer on your computer and connect both phones to the computer you can manually do it.
19th Mar 2017, 4:19 AM
AnonymousNopeyNoper
AnonymousNopeyNoper - avatar
0
yes. use Xamarin. you can install it over visual studio 2015 and more. or you install it alone
21st Mar 2017, 8:13 AM
Jessie
Jessie - avatar