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.