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
The Android API is fairly well documented.
What you're looking for is 'WebView'.
Bookmarks