0

I need to call a WebView activity inside another activity for checking the URL in that WebView activity. However, I don't want to actually start that WebView activity, is there a way to do this without actually start WebView activity but I still can be able to check the URL?

user3200976
  • 21
  • 1
  • 5

1 Answers1

0

Use http client method in async task and execute your url in that and get response from your url in input stream reader Refer this answer you will get solution of your problem How do I use the Simple HTTP client in Android?

Community
  • 1
  • 1
Swapnil
  • 654
  • 7
  • 27