UPI I SKETCHWARE
BHIM UPI
Create component ( Name :- intent )
Create 4 text and 1 button
Button in onClicked activity
Use block
In code 👉 Intent intent = new Intent();
Next Use block
Next Use block
First join In code 👉 upi://pay?pa=
Taxtview in your UPI ID
Second join in code 👉 &pn=
Taxtview in your application name
Third join in code 👉 &tn=
Textview in payment description
Forth join in code 👉 &am=
Textview in paying Amount
Fifth join in code 👉 &cu=
Textview in your country name
Next Use block
In code 👉 Intent chooser = Intent.createChooser(intent, "Only Bhim UPI");
Next Use block
In code 👉 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN)
Next Use block
In code 👉 { startActivityForResult(chooser, 1, null); }
Video Help










It does not work
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDeleteis this only in india or will it work in us?
ReplyDelete