> ## Content Index
> Fetch the complete content index at: https://neunetz.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Entwickler über die Unterschiede zwischen iOS und Android
- URL: https://neunetz.com/entwickler-ueber-die-unterschiede-zwischen-ios-und-android/
- Published: 2011-08-04T15:29:44.000Z
- Updated: 2011-08-04T15:29:44.000Z
- Author: Marcel Weiß
- Tags: Android, iOS, Mobile Plattformen, #wp, #wp-post, #visibility-public, #Import 2024-11-21 20:37

Ein iOS-Entwickler [berichtet](http://nfarina.com/post/8239634061/ios-to-android) über das Entwickeln für Android (konkret: die Portierung einer iOS-App) und die Unterschiede zwischen den SDKs von Android und iOS. [Lesenswert](http://nfarina.com/post/8239634061/ios-to-android).

iOS:

> Apple has made it pretty easy to start writing iOS apps. Of course, Step One is “Buy a Mac.” Easy! Then just download the free Xcode Installer from the Mac App Store, and start writing code when it’s done.

vs.

Android:

> You’re going to just hate Eclipse. You’re going to hate it with the heat of a thousand suns. It’s going to feel slow and bloated and it won’t taste like real food.  
>  
> \[..\]  
>  
> The upside is, after acclimating to Eclipse, you’ll enjoy some seriously amazing, productivity-boosting code completion, refactoring, and automatic fixing. It’ll basically write your code for you.

Auch die Tatsache, dass Android auf einen Emulator statt einen Simulator, wie iOS, setzt, scheint es für Entwickler im Alltag nicht einfacher zu machen.

(via [daringfireball](http://daringfireball.net/linked/2011/08/02/android-dev))