[android-developers] Android Application Development

2011-08-08 Thread Lakshmi Priya
I am developing an app in android and the search button in the application needs to be linked to a website. Instead of the website opening up on the android emulator the source code appears. Can anyone help me with this... I have pasted the code below... package com.apache; import

[android-developers] Link to a website...

2011-08-08 Thread Lakshmi Priya
Hi: I am developing an app in android and the search button in the application needs to be linked to a website and I am unable to do that - Can anyone help me with this... I have pasted the code below... package com.apache; import java.io.BufferedReader; import

[android-developers] Re: http connection to display a webpage

2011-08-08 Thread Lakshmi Priya
On Aug 8, 10:39 am, Ratheesh Valamchuzhy android...@gmail.com wrote: Hi Arun While sending an http request we cant get (display the webpage)  we get a response such as xml or json , we need to parse the response and retrive th edata as needed.   if u want to display the we page u can use

[android-developers] Link to a website...

2011-08-08 Thread Lakshmi Priya
I am developing an app in android and the search button in the application needs to be linked to a website. Can anyone help me with this... I have pasted the code below... package com.apache; import java.io.BufferedReader; import java.io.InputStreamReader; import org.apache.http.HttpResponse;

[android-developers] Web View Error

2011-08-24 Thread Lakshmi Priya
Hi all: Please see attached the code I have written for web view..When I run the code I get the following error every time. Sorry The application WebViewDemo(process org.example.webviewdemo)has stopped unexpectedly.Please try again. Can someone help me please. Thanks ..Priya

RE: [android-developers] Web View Error

2011-08-25 Thread Lakshmi Priya
@googlegroups.com Subject: Re: [android-developers] Web View Error Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your error. On Wed, Aug 24, 2011 at 1:12 PM, Lakshmi Priya lakshmi_pr...@simply-logic.com wrote: Hi all