How to create a UPI QR code for given amount in android java.
I know I have to use upi://pay?pa=&pn=&am=&cu=&tn= to generate a UPI QR code.
But how to convert this into QR code?
Also what parameter should I use in upi://pay link?
Code will be really helpfull.