PDA

View Full Version : Does Android support UIWebView like iPhone SDK?



kardin
03-06-2009, 03:21 PM
Hello!

I don't know about Android, I knew a bit about iPhone SDK, I knew enough javascript to write web application.

With iPhone SDK I can write a simple native iPhone app using UIWebView to display my web application. I used UIWebView to call .html page.

My question is: Does Google Android support something like UIWebview? Can we be able to build a native android app which actually display a web application?

If so, then please point me to somewhere I can learn about it.

Thanks

ickyfehmleh
03-06-2009, 05:07 PM
The Android API is fairly well documented (http://developer.android.com/reference/packages.html).

What you're looking for is 'WebView (http://developer.android.com/reference/android/webkit/WebView.html)'.