Software Archive
Read-only legacy content
17060 討論

Converting iOS apps to Android/BB/etc

Christos_Amarandos
初學者
13,258 檢視
I was wondering if it is possible to convert iOS apps into apps for other mobile operating systems as I have developed numerous iOS and Android apps an know that Android apps can be converted to other OS but what about apple apps are they backwords compatible.


However, apple apps are coded with C+ and android apps are mainly with Java.
0 積分
25 回應
Maikel_Cordeiro
初學者
9,564 檢視
Perhaps if you use phonegap. Do you know it?
Nancy_B_
初學者
9,564 檢視
yes phone gap is one answer, if you have developed apps to run on various platforms or a cross platform app your app will run on ios, android, windows etc. A good example is angry birds, temple run, apps they run on various platforms including pc.
karray_G_
初學者
9,564 檢視

Hello,

You can also try to use Titanium... (same PhoneGab's concept but more rich in terms of API) !

Good luck!

Adrian_Stevens
初學者
9,564 檢視

appportable now has an Objective-C compiler for Android.  You'll still need to re-write your UI code but you should be able to re-use most-all of your core logic.

I haven't used it personally but I had a long talk with one of their reps and they've been having a really great success with the platform.

http://www.apportable.com/ ;

Harsh
初學者
9,564 檢視

@ Christios,

Porting a app and maintaing compatibility are two different concepts. To port an app the must retain the behaviour of its native OS in target OS. This is achieved with cross-compilers as peoiple have mentioned. But to create a compatible app means to create a Cocoa equivalent code of Java keeping in mind the functionality, or vice versa depending on where you go. Intel offers XDK as an excellent multi OS development toolkit. Have a look at that.

Rgds

utsavp
初學者
9,567 檢視

Read this 

May be helps you

http://thenextweb.com/apps/2012/11/18/from-ios-to-android/

i personally prefer appportable 

Ramith_H_
初學者
9,569 檢視

If you choose Xamarin you can easily code for android,ios,windows phone with c#. It shares code with these platforms.

Vidura_Dhananjaya
新貢獻者 II
9,571 檢視

mainly with java and c# for ios,android,windows platforms

check this out-https://www.madewithmarmalade.com/download

Vidyasagar_MSC
創新者
9,574 檢視

It depends on which language you are comfortable and expert in 

Cross platform tools based on your technical expertise

  • C# - Xamarin using Portable Class Libraries (PCL)
  • HTML/Javascript - PhoneGap (Apache Cordova)
  • HTML5-  Intel XDK 
  • NativeScript - Telerik (Coming Soon)

Here are few articles which will help you porting your IOS app to other platforms like Windows Phone and Android 

Porting your app to Windows Phone 8 

https://msdn.microsoft.com/en-us/library/windows/apps/hh394031(v=vs.105).aspx

Porting IOS apps to Android 

http://www.mobilephonedevelopment.com/porting-ios-to-android/

 

 

Akhil_R_
初學者
9,575 檢視
Try appsgeyser.com or app inventor.
yaswanth_k_
新貢獻者 I
9,575 檢視

have an idea of both programming languages

Armansyah_T_
初學者
9,575 檢視

converting apps from different platform is difficult and will require a lot of task of doing a reverse engineering (depends on the app size). You'll end up by rewriting the code from scratch in the new platform.

Mohammed_S_1
初學者
9,575 檢視

I think all programming languages have the same classes and methods, it couldn't be hard for coding the same app one more time in different language .... instead of having bugs 

Derp_K_
新貢獻者 I
9,575 檢視

Mohammed S. wrote:

I think all programming languages have the same classes and methods, it couldn't be hard for coding the same app one more time in different language .... instead of having bugs 

I agree with you , it's the same logic

Regards

Adeola_I_
初學者
9,575 檢視

You can try phoneGab, or cordover. But better still there are development platforms  that you can use to write an app and port it to different OS platforms. e.g Xamarin studio.

sprince_d_
初學者
9,575 檢視

I am a long time QT user and now it supports mobile devices now. I can developer one app and deploy them to various mobile devices without much modification. but it takes time to learn it.

lucy_l_
初學者
9,575 檢視

To transfer data from iphone to android, i think it's more convenient to use a mobile transfer app. You just need to connect your two phones to computer at the same time and start the app to transfer data, here you should set iphonein the source position and android in the desition position.

Lena_F_
初學者
9,575 檢視

lucy l. wrote:

To transfer data from iphone to android, i think it's more convenient to use a mobile transfer app. You just need to connect your two phones to computer at the same time and start the app to transfer data, here you should set iphonein the source position and android in the desition position.

Is it possible to transfer data such like text messages, contacts, photos?

I think it can be helpful for users who have more than one phone.

Kolpoiu_f_
初學者
9,575 檢視

It is impossible to transfer ios App data to Android. The third party phone transfer tools can only move your app from phone to phone but can't sync your App data between iOS and Android.

Tim_M_
初學者
9,348 檢視

Harsh M. wrote:

@ Christios,

Porting a app and maintaing compatibility are two different concepts. To port an app the must retain the behaviour of its native OS in target OS. This is achieved with cross-compilers as peoiple have mentioned. But to create a compatible app means to create a Cocoa equivalent code of Java keeping in mind the functionality, or vice versa depending on where you go. Intel offers XDK as an excellent multi OS development toolkit. Have a look at that.

Rgds

@ Christios,

Porting a app and maintaing compatibility are two different concepts. To port an app the must retain the behaviour of its native OS in target OS. This is achieved with cross-compilers as peoiple have mentioned. But to create a compatible app means to create a http://www.gorrosdepainatal.pt Cocoa equivalent code of Java keeping in mind the functionality, or vice versa depending on where you go. Intel offers XDK as an excellent multi OS development toolkit. Have a look at that.

Rgds

@ Christios,

Porting a app and maintaing compatibility are two different concepts. To port an app the must retain the behaviour of its native OS in target OS. This is achieved with cross-compilers as peoiple have mentioned. But to create a compatible app means to create a Cocoa equivalent code of Java keeping in mind the functionality, or vice versa depending on where you go. Intel offers XDK as an excellent multi OS development toolkit. Have a look at that.

Rgds

@ Christios,

Porting a app and maintaing compatibility are two different concepts. To port an app the must retain the behaviour of its native OS in target OS. This is achieved with cross-compilers as peoiple have mentioned. But to create a compatible app means to create a Cocoa equivalent code of Java keeping in mind the functionality, or vice versa depending on where you go. Intel offers XDK as an excellent multi OS development toolkit. Have a look at that.

Rgds

Thanks guy! I have the same problem, do you know if it works with all versions?

Tim

回覆