I’ve been learning about the Android SDK and how to go about building a simple .html and .css app into the Android Platform.

So far I’ve tried Phone Gap a great open source platform for building html/css apps in native UI for different devices.

I used Phone Gap for building my iOS apps and it works great, but it seemed to not support the Android 3.0 + SDK which most of the new Android honeycomb tablets currently support.

So I can’t use phonegap for this.

After reading through Google’s Android developer center I noticed that there is a guide documenting something called WebView which load in the browser UI into an app my next experiment is learning about WebView to develop my first Android App.

Stay tuned for an update.