The algorithyma i have been trying to design is:
1- QR code takes textfile
2- Saves it as jpg
3- Lists images
can you help me? I am a beginner in this kinda things.
Can you please say it more briefly?
i want to convert the text i got from qr code to jpg. And list them in listview. as images.
How can you change text to jpg?
You cant add image in listview
then is there a way to list images
Use this extension-
1 Like
Alternatively:
2 Likes
I would love to see an example of a piece of text that has been turned into an image file.
2 Likes
Check out my extension, it does exactly the same but takes input in file format.
Read explanation and how my algorithm works: https://imgy-android.vercel.app/
See the open source code
Code can be modified to take text input.
1 Like
A QRCode perhaps?
2 Likes
As I know QR code cannot store much data
Yes. He wants to make a QRcode from the text and display it in a list view.
2 Likes
2 Likes