Is it possible to load a URL to an Android WebView inside one app through another app? I want the second app to act as a kind of proxy and fetch the URL on behalf of the first app.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes Sir, possible!
Send data from your first application to the second application. Check first that user have second application installed, if second application is installed. If it’s not then point the user to install it first.
http://developer.android.com/training/basics/intents/sending.html