Linked Questions
84 questions linked to/from How can I open a URL in Android's web browser from my application?
866 votes
10 answers
776k views
Sending an Intent to browser to open specific URL [duplicate]
I'm just wondering how to fire up an Intent to the phone's browser to open an specific URL and display it. Can someone please give me a hint?
10 votes
3 answers
11k views
Android : Open a URL in a Browser [duplicate]
Possible Duplicate: How can I open a URL in Android’s web browser from my application? I've been trying to find out how to create an intent that will open the specified URL in a Specified browser. ...
0 votes
1 answer
3k views
How to call Default Browser in main activity? [duplicate]
Possible Duplicate: How can I open a URL in Android’s web browser from my application? Start the android browser I check some reference I use below code to call Default Browser in main activity. ...
-4 votes
1 answer
3k views
Newbies Creating Shortcut to URL App for Android [duplicate]
I'm a complete newbie in creating an app for Android. What I need could be very simple if someone could help me out. I want to create an *.apk file which can be downloaded from the market by the ...
-3 votes
1 answer
2k views
launch browser in android app [duplicate]
I am new to android programming. I try to develop one android app (has to be app so it can be managed by application manager control) to open the particular website in external browser in Android ...
-3 votes
1 answer
1k views
Open URL from WebView in browser [duplicate]
I need to open the URL in default browser of the phone (not in the application's WebView). Below is my code, but it launches the URL in WebView. How can I open the URL in the default browser? ...
1 vote
1 answer
1k views
How to place external links on button click in android? [duplicate]
I have an app designed for a student body, and the thing is I want to have some buttons which will redirect the users to particular social networking pages of that student body (say, Instagram, ...
0 votes
0 answers
1k views
How open app chooser when user click on dynamic link [duplicate]
I would like to use dynamic link (https://firebase.google.com/docs/dynamic-links) in my app. This tool has lots of advantages but I noticed that if the application is not installed, the system ...
0 votes
2 answers
555 views
Web Link using DialogFragment [duplicate]
I have this dialog fragment, but i'm trying to get it so that when a user clicks on the "My Other Apps" Button they get redirected to a web address. Is there any way of doing this. Any help is ...
-4 votes
1 answer
345 views
How to make a app icon go to website [duplicate]
I am trying to make a app for my website. The app is pretty basic, I want the app icon when clicked on from the users phone to go directly to my website. I thought this would be pretty straight ...
-6 votes
2 answers
191 views
How to make a button that opens a link in google? [duplicate]
So I'm making a app that views certain surveys on the device, but the thing is that the device doesn't want to load the webview. How would I go about changing the button to instead open the survey ...
-3 votes
2 answers
107 views
How to open broswer in my app? [duplicate]
i'm just getting started with Android Studio. I want to know how can i access the broswer, giving it a certain URL (that in the future will be the IP address of an IP camera).
142 votes
27 answers
344k views
Sending message through WhatsApp
Since I found some older posts, that tell that whatsapp doesn't support this, I was wondering if something had changed and if there is a way to open a whatsapp 'chat' with a number that I'm sending ...
135 votes
11 answers
74k views
intent.resolveActivity returns null in API 30
Looking at intent.resolveActivity != null but launching the intent throws an ActivityNotFound exception I wrote opening a browser or an application with Deep linking: private fun openUrl(url: String) {...
12 votes
4 answers
21k views
I keep getting error "No Activity found to handle Intent"
I'm trying to do as simple thing as opening web page from my app. I think code should look something looke below, but I keep getting error "no activity found" while executing code: public class ...