Generar/Leer Codigo QR
Last updated
Was this helpful?
Last updated
Was this helpful?
Proyecto
Fuente
Se incorporo el soporte para zxing dentro de avbravoutils a partir de la versi'on 0.27
Genera una imagen con el código QR del texto especificado
Permite leer la imagen y obtener el texto
Métodos
public static Boolean generarImagenQRCode(String texto, int alto, int ancho, String rutaImagen)
public static Boolean generarImagenQRCode350x350(String texto, String rutaImagen)
public static String decodificarQRCode(String rutaImagen, Boolean... showDialog)
Ejemplo