Hi
Try this Snippet
it may helpful for u
try
{
URL url = new URL(eText.getText().toString());
URLConnection conn = url.openConnection();
// Get the response
BufferedReader rd = new BufferedReader(new
InputStreamReader(conn.getInputStream()));
String line = "";
}
On Wed, Jun 24, 2009 at 5:28 PM, Sukitha Udugamasooriya <[email protected]>wrote:
>
> Hello,
>
> I have a webview and need to trigger a function when a user clicks on
> particular url.
>
> How can I achieve this?
>
> Regards and thanks
> >
>
--
Regards
-------------------
Desu Vinod Kumar
[email protected]
09916009493
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---