Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i create QR code in android studio that contain video link when user scan it will display video link and click it to play video in that app

What I have tried:

i just created a qr code with links but is not clickable
Posted
Updated 15-Jun-21 11:51am

Quote:
How can I create QR code that contain video link when user scan it will display video link and click it to play video in that app

A QR code is just data encoding.
By itself, a QR code does nothing, it is inert, and it is a good thing, otherwise, it would be a ideal feature for malware.
The one responsible of doing things with a QR code is an app on user device.
 
Share this answer
 
Your device actually should make a link clickable but Patrice is right, a QR code can't control that. Did you start it with http:????
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900