Skip to main content
March 21, 2012
Question

What is the best way to add a "donate" paypal button?

  • March 21, 2012
  • 3 replies
  • 900 views

Hello there,

What is the best way to add a Paypal button inside an Android Application?

I do not want to implement an in app purchase, I just want to add a simple "donate" button.

Do you have any hints?

Thanks in advance

This topic has been closed for replies.

3 replies

Inspiring
March 22, 2012

What I would do ...

I would get the URL method from PayPal.  Create your own button or take one from their site.

When you click the button in your app .. have stageWebView open within your app.. have it load the target page within your app.   This is a far better experience than leaving your app to go to Safari.

March 21, 2012

If you have a paypal account you can auto generate a donate button. Paypal will spit out the html code for you, in there is probably the link you want. Create a new button in your app and have it go to that URL? It would be nice to integrate it with the paypal app to make it easier for users.

March 22, 2012

Thanks Mark, I'll try it asap.