[android-developers] Request a webpage and display in app

2011-03-10 Thread Raghav Sood
Hi everyone, I am trying to create an app that take an URl as a user input and displays the webpage below the textbox. I would like to know how to get and dipslay the webpage and how to pass the URL to the webpage method. Thanks -- Raghav Sood http://www.raghavsood.com/ -- You received this

Re: [android-developers] Request a webpage and display in app

2011-03-10 Thread Mark Murphy
Use a WebView. Here is a sample application: https://github.com/commonsguy/cw-android/tree/master/WebKit/Browser1 You may also wish to read the Basic Usage section of the WebView documentation: http://developer.android.com/reference/android/webkit/WebView.html On Thu, Mar 10, 2011 at 9:24 AM,