Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>I want to be able to port my iOS apps to android and have them look exactly the same.</p> </blockquote> <p>Don't do this; Android users <em>hate</em> it. If you don't care about Android, don't make the Android app. You're doing nobody any favors if the end result is yet another hasty port that looks exactly like an iOS app.</p> <blockquote> <p>What kinds of resources can I use to port my app from iOS, objective-C code, to Android, Java code?</p> </blockquote> <p>If you're looking to share code between the apps, you'll first have to port the iOS's business logic to C or C++ and then use the <a href="https://developer.android.com/tools/sdk/ndk/index.html" rel="nofollow">ndk</a> as a starting point for the Android app. If that sounds like too much trouble, it's because it is (unless your app is a game).</p> <p>In my experience, using a source code converter is a very reliable way to get buggy, slow, un-maintainable code. Don't punish yourself by pursuing this route. </p> <p>If you really want to make an Android app, there are no shortcuts; you'll have to learn Java and the Android APIs. If you just don't have the time for that, hire a contractor. If you can't do any of these things, focus on improving your iOS app.</p> <p><em>UPDATE:</em></p> <p>While my opinions on this matter have not changed, the original caveat concerning games still stands. If you have written a game in Objective-C (rather than C/C++), <a href="http://www.apportable.com/" rel="nofollow">Apportable</a> is an excellent tool for this situation.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload