Linked Questions

13 votes
0 answers
42k views

How to open Google play store app directly without chooser intent [duplicate]

I want to open Google play store directly from my app. Here is what I am doing now. try { // Check whether Google Play store is installed or not: this.getPackageManager().getPackageInfo( ...
Android's user avatar
  • 1,095
5 votes
1 answer
5k views

Programatically open to the google play services page for my app [duplicate]

If i start up the 'Play Games' icon on the android and goto My Games, i can click on my app to get to the page about it. Is it possible to programatically go here when a user clicks a button in my ...
Adrian Brown's user avatar
0 votes
1 answer
2k views

How to go directly to the App Store by clicking on the dynamic link when the user has not installed the application? [duplicate]

Currently, Dynamic Link is used normally in the React-native app. However, the Dynamic Link is not redirected to the app-store when the user has not installed the app. createShortDynamicLink(...
Kyungbin Ryu's user avatar
1 vote
2 answers
564 views

How to know app's URL before publishing it? [duplicate]

I've recently started creating an app for Android. I want to add "Rate us" button that sends to the app in Google play store. How to get the URL, and what is the code to do that ?
Mohamed Hassan's user avatar
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 ...
Louis's user avatar
  • 364
-2 votes
1 answer
1k views

How to link to from one Android app to another? [duplicate]

Google has a nice page here showing how to do this: https://developer.android.com/distribute/tools/promote/linking.html Basically, use this code, and it will open the Play Store to the new apps page: ...
Parker Sellers's user avatar
2 votes
1 answer
539 views

Opening particular app on notification click [duplicate]

I'm receiving a package name in the notification and I want to open that particular app in play store once I click the notification. How to proceed with that?
Chitransh Srivastava's user avatar
299 votes
21 answers
224k views

"Rate This App"-link in Google Play store app on the phone

I'd like to put a "Rate This App"-link in an Android App to open up the app-listing in the user's Google Play store app on their phone. What code do I have to write to create the market:// or http://-...
Adreno's user avatar
  • 3,293
178 votes
17 answers
204k views

How to check programmatically if an application is installed or not in Android?

We have installed applications programmatically. If the application is already installed in the device the application is open automatically. Otherwise install the particular application. Guide Me. ...
Sathish Sathish's user avatar
74 votes
8 answers
80k views

Flutter Open AppStore/PlayStore URL

How can I open a specific URL of the PlayStore/AppStore with flutter on Android and IOS, depending on which smartphone it is executed? I mean I want to open the application and not a browser or ...
GreenTigerEye's user avatar
36 votes
11 answers
17k views

How to open the Huawei AppGallery directly?

I know that is possible to open my app (based on package name) in Google Play Store, but how to do same in Huawei AppGallery?
Michalsx's user avatar
  • 3,541
38 votes
3 answers
24k views

What Are the Differences Between FLAG_ACTIVITY_RESET_TASK_IF_NEEDED and FLAG_ACTIVITY_CLEAR_TOP | FLAG_ACTIVITY_SINGLE_TOP?

I am in the process of (finally) writing the chapter on tasks for my book, and I am encountering a few lingering puzzles. Things that serve as home screen launchers seem to use the combination of ...
CommonsWare's user avatar
22 votes
6 answers
16k views

Cannot determine whether Google play store is installed or not on Android device

This was a simple matter of checking the installed packages on the device... before I've upgraded my OS to 2.3.5, I could locate the Market/Play store, using this code: private static final String ...
TacB0sS's user avatar
  • 10.2k
16 votes
3 answers
32k views

Redirect User to Play store From Android App

Hello Friends i am developing an app , i had an requirement to redirect user to play store from my app , i searched a lot but no success .. code is below Button1.setOnClickListener(new ...
ADIL BHAT's user avatar
  • 193
3 votes
8 answers
14k views

How to send app invites from my application (via whatsapp,hike,message)

I am new for Android. I created a simple food app. I want to send invitation to my friends from my app via Whatsapp, message etc. while clicking the invite button. I don't have any idea about that. ...
hikoo's user avatar
  • 537

15 30 50 per page
1
2 3 4 5