I am currently developing an android application where it can scan qr codes and grab data out of it.
If the qr code is a java coding string, for example : int a;
, can i save this string into a method, or even a class and turn it into a java code and run it afterwards?