Android Development: First Impressions
Posted on 06. Jul, 2010 by perks in Blog
As the first of some more regular posts, I thought I’d start by putting up some first impressions of Android. This isn’t much more than some musings so apologies in advance if its a bit rambling and directionless… I’ve used an iPhone for over a year and have now been running an HTC Desire for about 3 weeks. I’m not going to compare the phones or OS directly, just my first impressions of developing for the Android platform as compared to my dalliance with iOS. I’m learning both and currently developing 2 apps, with the aim of releasing a version of each on both platforms.
The development IDE of choice is Eclipse. Which I am very familiar with as I spend a good chunk of my day in FDT. Google provide Android Developer Tools (ADT) as a free plug-in, and this coupled with the SDK gives you everything you need to get started. It’s very simple and I was up and running with a HelloWorld example running both in the emulator and on device within minutes (the ease at which you can get a build up and running on device is particularly impressive). [...]


Comments