I have just created the Android in-app billing example from the docs, and its all working well. When it comes to implementing the examples code into my own application it all seems very complicated / scary. I'm unsure whether to go ahead with it without fully understanding how it works. Has anyone used this library? Android in-app billing library

How reliable and stable is that code? Anyone encountered any problems?

link|improve this question

66% accept rate
feedback

2 Answers

Yes, this library is being used and yes, you are right about it being scary. Look at this SO answer to see how others are tackling this challenge.

Also, there is another, simpler, tutorial example code. Take a look at this tutorial.

Good luck!

link|improve this answer
feedback

If you don't know what that library you linked to is doing, it's a simple matter of going through the source code and figuring it out (it's all available on Github!). Now if you don't want to figure out what exactly it's doing, then frankly speaking you should not be implementing it in your app.

Stick with the examples from Google and you should be fine.

Also, polling for opinions on that library is a no-no on Stack Overflow :)

Another thing I should point out. From the README file in the library you linked to:

Disclaimer

This library is a very early release and it should not be used as production code.

link|improve this answer
1  
I mentioned the library due to the publisher on another SO post stated that you could request and check with only a few methods as opposed to many with the google example. I feel you are being negative! – Jonno Feb 8 at 21:42
@Jon I apologize if I come across as negative, but I'm just stating facts (i.e. the disclaimer, etc). Rule of thumb is never use code from the Internet that you don't fully understand. Now if you choose not to listen, then by all means go ahead. Good luck :) – Marvin Pinto Feb 8 at 21:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.