Re: [android-developers] How to track URL in each landing page in Webview

2010-06-20 Thread paulb
Hello Shiva,

Maybe you want to implement the method shouldOverrideUrlLoading as per:

http://developer.android.com/guide/tutorials/views/hello-webview.html


On Fri, Jun 18, 2010 at 9:05 PM, Shiva prasad shivu.shiv...@gmail.com wrote:
 Hi,

 I am working on webview android application and I am successfully able to
 load a URL in that webview ,and when i click a link in the webview, i want
 to capture the new URL string.

 for example,
 i search in google and browser opens in webview with multiple search links,
 now i click on a link and google opens that link,,,in that scenario,i want
 to capture that opening link

 bottom point is i am trying to open next link in new webview,just like
 tabbed browsing.

  Can any one halp me to solve this issue.

 Thanks..
 Shivaprasad.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] How to track URL in each landing page in Webview

2010-06-20 Thread Shiva prasad
Thanks Paulb,

Thank you very much for your help but, I am getting this output. and my
request is after getting the web page if i click on any link in the web, the
URL will get change. I want to catch that URL.

Could you help me to solve this

Thanks and Regards,
Shivaprasad.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to track URL in each landing page in Webview

2010-06-18 Thread Shiva prasad
Hi,

I am working on webview android application and I am successfully able to
load a URL in that webview ,and when i click a link in the webview, i want
to capture the new URL string.

for example,
i search in google and browser opens in webview with multiple search links,
now i click on a link and google opens that link,,,in that scenario,i want
to capture that opening link

bottom point is i am trying to open next link in new webview,just like
tabbed browsing.

 Can any one halp me to solve this issue.

Thanks..
Shivaprasad.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en