I have downloaded a sample code from github for QRCode encoding.
It works fine and generates an image with QRCode for string that I specified.
But, when I scan that image, it displays the string like http://mystring
.
I need only mystring
. How to do that? Is the problem is with QRscanner app?
I think the QRencoderapp is about encoding an url.
Is there any other sample to encode just a simple string (not url)?
or
Is there any changes to be done get the string instead of url in the above code?