Generate multiple QR codes in Java from an array of data.
String[] dataList = {"www.chamath.tk", "www.surfedge.lk"};
String[] nameList = {"ChamathP", "SurfEdge"};
String folder ="QR"; // make sure the folder is already available
runAndGenerate(dataList, nameList, folder);
Simply make a whole lot of QR's just with one click