Discussion Forums  >  Uncategorized

Replies: 2    Views: 414

richard2524
I hate code!
Profile
Posts: 1
Reg: Dec 28, 2010
Murray, UT
10
12/28/10 06:20 PM (15 years ago)

Making a Paypal donation to your awesomeness

Your site is amazing! I have been searching the internet over for a service like yours, but they are either terrible, or charge a fortune AND don't let you get the actual code. Your site is incredibly easy to use, and I get to download the actual doe, and it's free. I'm blown away by the service you're offering. I'm a very poor elementary school teacher, but I would like to make at least a small donation to your awesomeness through paypal. Is there an email address I could send $5 to? Help yourselves to a subway footlong on me. I know it's an extremely small amount, but I'd like to give something.
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
12/28/10 06:34 PM (15 years ago)
Hi in Murray UT, your super-kind words are greatly appreciated! We don't have a paypal account setup to take donations, but, the offer to contribute is absolutely as valuable as the Lincoln-bill. We'll eventually figure out a way to offset the costs of providing this service, just as soon as we get done workign out the next version. Done never happens, we are always improving, innovating, and expanding. Guess this means we'll never get around to asking for money - funny. buzztouch v1.5 is nearing release and it offers lots and lots of features and styles, and screens, and usefulness that the current version lacks. We are excited about getting it in the hands of our users and look forward to powering more useful apps. Good luck in the trenches, K-12 is hurtin' right now and whatever you're workign on will surely help sombody.
 
Yash Kumar
buzztouch Evangelist
Profile
Posts: 66
Reg: Jan 29, 2012
Jharkhand
660
like
04/25/12 01:14 AM (13 years ago)
Yup Got The Solution . . . I have added successfully Paypal (In-App Payment) in my buzztouch application . If you want help then contact me in skype - agarwal.yeshu Gmail - [email protected] here is the screen shot https://www.paypal-community.com/t5/image/serverpage/image-id/4133i4DFA47F25ADED08E/image-size/original?v=mpbl-1&px=-1 I have Modified BT_screen_menuListSimple By Adding This Line ............................................................. if(titleText.equalsIgnoreCase("donate")){ if (mChildHandler != null) { Message msg = mChildHandler.obtainMessage(); msg.obj ="Hello";// mMainHandler.getLooper().getThread().getName() + " says Hello"; mChildHandler.sendMessage(msg); Log.i("from:OFFHOOK", "Send a message to the child thread - " + (String)msg.obj); } Intent paypalIntent = new Intent(BT_screen_menuListSimple.this, Donate.class); startActivityForResult(paypalIntent, 1);; } if(titleText.equalsIgnoreCase("buy now")){ if (mChildHandler != null) { Message msg = mChildHandler.obtainMessage(); msg.obj ="Hello";// mMainHandler.getLooper().getThread().getName() + " says Hello"; mChildHandler.sendMessage(msg); Log.i("from:OFFHOOK", "Send a message to the child thread - " + (String)msg.obj); } Intent paymentIntent = new Intent(BT_screen_menuListSimple.this, Payment.class); startActivityForResult(paymentIntent, 2); } } }; ...................................................... After that i make a new java file namely "Payment" and "Donate" then i followed the steps which had given in Paypal Documentation
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.