简体   繁体   中英

Is it possible to port an iOS application to Android?

I created an application with xCode and Objective-C for iOS. What is the best way to create an android app similar to the iOS one?

Is there any application for the same purpose?

My app has dependencies of

  • Calayer
  • Bizerpath
  • App delegate and protocols
  • Run time blur

absolutely not because they are 2 different thing

i think you have to write android version from scratch

You can rewrite the app for Android.

An alternative is to use a tool, like https://code.google.com/p/objc2j/

http://objc2j.googlecode.com/svn/

I did not try it. Anyway, if you use the tool, then make sure you test all the features. It might be cheaper to rewrite it, but this is a management issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM