I was wondering if there is a way to start a Browser with a yahoo search query. For example user can select a certain word or phrase and click a button and the activity will start the browser with the yahoo search query.
Share
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.
The quickest way is with intents, like so:
Android will automatically attempt to open this in the application associated with URLs which, by default, should be their default web browser.