Khalid. Member Apr 1, 2022 #1 How to generate b4a program to QR Code ,of the scanned image to be able to download and install the b4a program
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 Apr 2, 2022 #2 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
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.