Linked Questions

866 votes
10 answers
776k views

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?
poeschlorn's user avatar
  • 12.5k
10 votes
3 answers
11k views

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. ...
Harshit Dubey's user avatar
0 votes
1 answer
3k views

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. ...
Li Che's user avatar
  • 727
-4 votes
1 answer
3k views

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 ...
Omar Abdirahman's user avatar
-3 votes
1 answer
2k views

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 ...
Zhu Liu's user avatar
  • 13
-3 votes
1 answer
1k views

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? ...
user3430800's user avatar
1 vote
1 answer
1k views

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, ...
Aashish Chandra's user avatar
0 votes
0 answers
1k views

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 ...
Louis's user avatar
  • 384
0 votes
2 answers
555 views

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 ...
Darragh O'Flaherty's user avatar
-4 votes
1 answer
345 views

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 ...
Dewayne Phillips's user avatar
-6 votes
2 answers
191 views

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 ...
Joseph Siccita's user avatar
-3 votes
2 answers
107 views

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).
AndyShoes's user avatar
142 votes
27 answers
344k views

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 ...
Diego's user avatar
  • 4,151
135 votes
11 answers
74k views

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) {...
CoolMind's user avatar
  • 29.2k
12 votes
4 answers
21k views

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 ...
user696847's user avatar

15 30 50 per page
1
2 3 4 5 6