Android In-App Purchase
Presently I am developing one application in android.I want to implement in app purchase in my app when i click a button.
Please help me with simple example to implementing in app purc开发者_运维知识库hase for our app.
Thanks in advance.
I am sorry to answer in this manner, but the documentation from Google is pretty good on the subject; http://developer.android.com/guide/market/billing/index.html
The "Dungeons" example provides sample code that is pretty good.
In app billing is a bit complex, and uses some advanced Android techniques like IPC. I have been experimenting with this for the last two-three days, and I think you will have to do like me; close the office door and dig into the sample code & docs.
good luck! Please ask any specific question along the way. I am sure people will be more than willing to help.
精彩评论