Wednesday, March 19, 2008

Android Developer Forum

I found an Android Developers Forum. The forum caters to entry-level android developer to more advanced ones. It includes Novice Tutorials, Advanced Tutorial and even some graphics processing tutorial

Click here to visit the site.

Tuesday, March 4, 2008

Undroid - Android Plugin for Netbeans

There is an available Android Plugin for Netbeans provided at http://undroid.nolimit.cz/. Like the Android plugin for Eclipse, you can develop Android application in Netbeans and test it using the Android Emulator included in Android Developer Toolkit. I am not a big fan of Netbeans but I gave it a try. It seems that the current version does not support the latest release (m5) of Android SDK. I have not searched further though. Here's a screenshot provided at the Undroid website:

Undroid Screenshot

Download instructions for Undroid Plugin can be found here: http://undroid.nolimit.cz/download

Other screenshots for Undroid Plugin can be found here: http://undroid.nolimit.cz/screenshots

There is also few comments about the Undroid plugin which can be found here: http://undroid.nolimit.cz/discussion.

Happy Coding!

Friday, February 29, 2008

Review and Analysis of Android SDK and Platform

While I was searching for some Android resources, I come accros a review and analysis on Android SDK and Platform from developerlife.com website.

Click here to go the article on the developerlife.com website.

Friday, February 22, 2008

Welcome

Welcome to my Android Experience blog. There is not much here right now as I have just taken my first step into the curves of the Android Platform. I am hoping to learn as much as I can in developing some applications on this platform.

Currently, I have downloaded Eclipse IDE and successfully configured the ADT Plugin. Wohooo! But I am still having some trouble running my first application: the sample discussed by Dan Morill on YouTube.

The code won't compile and it is complaining on the line:

i.setData(Phones.CONTENT_URI.addId(phoneId));

It seems that addId method is no longer supported? I am still looking for the solution.