DBDigital / nookdevs

Automatically exported from code.google.com/p/nookdevs Please note I am not a developer. I only created this to prevent the code from being lost with the shutdown of GoogleCode. If you wish to work on this, contact me and I will add you. :)
0 stars 0 forks source link

[NookLibrary] New Libraries to add ... Google Books and Webscription.net #144

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Now that Google Books is out, I'd like to be able to get the books I buy there 
in the same way as with B&N...

Same with Webscription.net

Original issue reported on code.google.com by TheSFRea...@gmail.com on 7 Dec 2010 at 2:22

GoogleCodeExporter commented 8 years ago
I'll look into adding google books next.

It's very easy to add code for new libs. 
If anyone is interested, take a look at Smashwords.java file. This doesn't 
require any android knowledge. Only Java. It has the logic to parse web pages 
or use web API and retrieve the books data.

Once this file is created for a new web library, I can plug it into the main 
code.

Original comment by hari.swa...@gmail.com on 9 Dec 2010 at 11:04

GoogleCodeExporter commented 8 years ago
Yes, I saw. However, while I'd like to contribute, I have no way to compile and 
test. Would you take code "coded in the dark" and try and integrate it ?

Original comment by TheSFRea...@gmail.com on 10 Dec 2010 at 3:02

GoogleCodeExporter commented 8 years ago
the main methods are authenticate, parseBookshelf and downloadBook. 
You don't have to use any of the nook specific logic in it. You can just test 
your code in eclipse.
If you have a java file that has these 3 methods implemented and tested, I can 
then modify it for nook and integrate it into library app. That part won't take 
much effort.

Original comment by hari.swa...@gmail.com on 10 Dec 2010 at 3:21

GoogleCodeExporter commented 8 years ago
I'll try and do that. Thanks !

Original comment by TheSFRea...@gmail.com on 10 Dec 2010 at 8:14