- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
However, apple apps are coded with C+ and android apps are mainly with Java.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
@ 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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Read this
May be helps you
http://thenextweb.com/apps/2012/11/18/from-ios-to-android/
i personally prefer appportable
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
mainly with java and c# for ios,android,windows platforms
check this out-https://www.madewithmarmalade.com/download
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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/
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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