I am developing an Android application that uses the REST API on the server. In the request, it needs a number and an API endpoint, for example:
http: // apilocation / endpoint / number
What I would like to do is make a QR code that will download the application from Google Play, if it is not installed, or if it is installed, it will open the application with the required parameters. Is it possible somehow, or should I put in the application the function of reading a QR code, and users should use it?
source
share