Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate paypal donate in android app?

Tags:

android

paypal

How to create paypal donate button in android application and how to do the donation throw that

please help me with some source code

like image 721
Krishna Avatar asked May 13 '11 18:05

Krishna


1 Answers

PayPal donate can be considered as just a HTTP GET request to a specific URL. You can set a ImageView and bind URL opening through the standard Android browser via an onClick event.

like image 183
Olegas Avatar answered Nov 16 '22 16:11

Olegas