[android-developers] Is it possible to load an URL/web page into a piece of screen in android?

2010-10-14 Thread Lidia
Hello to all, How can i load an URL/web page into a piece of screen in android, e.g. only 30 % like a browser, and the rest 70% to use for printing my stuff on the screen. Can someone tell me if it is possible? Thank you, Lidia -- You received this message because you are subscribed to the

Re: [android-developers] Is it possible to load an URL/web page into a piece of screen in android?

2010-10-14 Thread Daniel Drozdzewski
Lidia, Just embed WebView in your activity, which is essentially a web browser that you point towards any URL you want. http://developer.android.com/reference/android/webkit/WebView.html -- Daniel Drozdzewski -- You received this message because you are subscribed to the Google Groups