views:

172

answers:

1

I've been using the iPhone SDK and think it's great. How does the Android SDK compare?

I've never used the Android SDK so I'm wondering what the similarities are. Does it have something like Interface Builder? Does it follow the MVC paradigm? What language does it use? The iPhone SDK has about 20 years of history behind it so it is quite mature, and I am wondering how the Android SDK could possibly compare to it. From what I've heard about it from people who have been using it, it sound quite ghetto in comparison, so I just wanted to check.

A: 

Uses Java. Has a builder for interfaces but most time i just do it by hand in xml.

Fredrik Leijon