Questions tagged [google-play-books]

Google Play Books (formerly Google eBooks) is a cross-platform ebook application offered by Google.

Through Google play books users can purchase and download ebooks from Google Play, which offers over 5 million ebooks and as such is the world's largest ebookstore. The user may also upload up to 1000 ebooks that are in PDF or EPUB formats to their Google Play Books account cloud storage, and synchronize them between multiple devices. Uploading of digital rights management (DRM) protected ebooks purchased outside of Google Play Books is not supported.1 The use of Google Play Books requires a Google account.

6 questions
1
vote
0 answers

How the Google Play Books page zoom-in and zoom-out is implemented?

I am newbie to Android development, need one help. How the Google Play Books onclick page zoom-out and zoon-in animation implemented? Are they using RecyclerView? Google Play Books page zoom out
mitra.
  • 11
  • 3
0
votes
0 answers

Read Aloud EPUB3 Authoring Tools

I am trying to add the read-aloud feature to my children's books to help the children to read. I have tried many tools, CircularFlo, PubCoder, Kotobee, etc. The EPUB3 generated with CircularFlo and PubCoder work perfectly with the read-aloud feature…
CK Tan
  • 596
  • 2
  • 10
  • 25
0
votes
1 answer

How to upload ebooks to Google Play Books using a script?

Both the Google Play books website and the Google Play books Android application, have the ability to upload your own ebooks. I wish to perform the same thing using a script written in python3 or nodejs. I have taken a look at the API and, it seems…
Varo OP
  • 71
  • 6
0
votes
1 answer

Uploaded verified local fXL epubs don't open in Google play books

My fixed layout epub is verified with epubcheck-4.0.1: no errors, no warnings. On ibooks and Readium: no problems at all. I upload the file to my google play books library on Chrome, Firefox, safari. The epub doesn't open and gets stuck with…
kiphok
  • 11
  • 5
0
votes
1 answer

Error when publish Google Play Books

This is my first time to publish my book on Google Play Books. I already publish on Amazon without any problem. Then, I use Calibre to convert my ebook to ePub format, and upload to Google Play Books. There is an error: Unable to sanitize epub I…
KimKha
  • 4,370
  • 1
  • 37
  • 45
-2
votes
1 answer

Page Transformer animation like Google Play Books app

I want to implement animation when change the page in ViewPager, I know that I must use PageTransformer. I want to create an animation as Play Books app from google (like this). I had searched a lot but no answer was accepted. Any one can help?