Android Question install the program using a QR code

Khalid.

Member
How to generate b4a program to QR Code ,of the scanned image to be able to download and install the b4a program
 

drgottjr

Expert
Licensed User
Longtime User
start with a qr code generator:
https://www.b4x.com/android/forum/t...oss-platform-qr-code-generator.93092/#content

generate a code that points to wherever the app is kept. you didn't say if you mean play or some other site.
eg:
https://play.google.com/store/apps/details?id=com.khalid.app
or maybe:
https://www.example.com?download=com.khalid.app


the code will look like the attached. you can scan it if you like. it will take you com.khalid.app at play. there is no such app there (yet), so it will fail. it is merely an example to show you what the code will look like and do.
 

Attachments

  • bar220402101319.png
    1.6 KB · Views: 108
Upvote 1
Cookies are required to use this site. You must accept them to continue using the site. Learn more…