0

I'm creating an android application where in i need to find the books on google and download them in my sdcard for reading those books.

I searched for this online but did not get any clue of how to download the book that i have searched for. Can anybody please give me some links or sample on how to do it.

https://developers.google.com/books/docs/v1/getting_started

I have seen this site but it does not describe how to dowload the book.

android_developer
  • 663
  • 2
  • 13
  • 18

2 Answers2

1

Google books is an API that can be used to retrieve the metadata of a book, not the book's content. You can see book's title, author ISBN etc, though.

You need to find some other API for retrieving the content, though I doubt there is suitable one in the general case, because books are usually paid for, you know.

Boris Strandjev
  • 46,145
  • 15
  • 108
  • 135
0

in this post: How to download a Document from ipaper swf
I answered how to download online books in a pc.
for android you should search for capturing traffic solution to track how your application works (like the network capturing in pc browsers).
the remaining should be the same

Chan Tzish
  • 1,108
  • 9
  • 7