I was looking for a simple method of integration PayPal donations to apps. First, I ended with simple mobile page, which had only button to post to PayPal gateway. An example can be seen here. Second try made to add the following code: startActivity(new Intent(Intent.ACTION_VIEW,Uri.parse(“https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=beshkin%40gmail%2ecom&lc=EE&item_name=Mobile%20apps¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted”))); This action opened browser with proper page. Solution is pretty… Continue reading android: add PayPal donation page to app