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?
Asked
Active
Viewed 114 times
0
-
1what's the point of making the activity an activity? – Embattled Swag Feb 07 '14 at 17:44
1 Answers
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?
-
-
@Swapnil - please do not badger users to accept your answer, *especially* within the first hour. – Chris Stratton Feb 07 '14 at 19:04