Thursday, 25. September 2008, 20:01:24
Yep! You have seen a lot of such titles in last few days. And this is another one (: If you are interested in what software developers think of
iPhone SDK and
Android SDK, then you should read
this Slashdot article. It has a lot of links! But my post will be about my personal experience with Android SDK.
First of all developer use Java to write apps for Google platform instead of Objective C for iPhone. And Java in Android is a full-featured Java, not a J2ME cripple. Actually, Google did not put true Java inside, but their own realisation, very compatible though. And Java is much better then Objective C. You see, no one use OC outside of MacOS, but Java in contrast is a highly used programming language, so Android developer gets access to much more helpful resources (libraries, docs, etc).
Next thing is that with Apple you are totally locked. That means you can not easily distribute your iPhone software without Apple permission. But you can with Android.
And what I personally liked about Google OS is that they use CLI tools and Eclipse. First thing means that we can hope that someone will make more great tools for Android developers, second one is an IDE, which I'm used to. So with Android SDK I feel at home (: