Ein iOS-Entwickler berichtet über das Entwickeln für Android (konkret: die Portierung einer iOS-App) und die Unterschiede zwischen den SDKs von Android und iOS. Lesenswert.
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)