如何整合贝宝捐赠的Android应用程序?
问题描述:
如何创建贝宝捐赠按钮,在Android应用程序,以及如何做捐赠抛出
How to create paypal donate button in android application and how to do the donation throw that
请帮助我做一些源$ C $ C
please help me with some source code
答
贝宝捐赠可以被视为只是一个HTTP GET请求到特定的URL。您可以设置通过的onClick
事件的ImageView
和绑定的URL通过开放标准的Android浏览器。
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.