Giter VIP home page Giter VIP logo

Comments (3)

riggaroo avatar riggaroo commented on June 23, 2024

Hi,
Did you try follow the setup instructions?
Step 7 indicates that you need to generate that google-services.json file.

Go generate a google-services.json file by following the instructions here: https://developers.google.com/mobile/add?platform=android You will need to select App Invites API and Google Analytics and enter your SHA-1 of your debug keystore.
It will generate a file and you can place that in the module root folder.

from bookdash-android-app.

farisalabed avatar farisalabed commented on June 23, 2024

I think it is my fault then, cuz i didnt know about the google-services.json file generation :)
👍 App is successfully built now :)

Could you help me understand Step 3? I imported data, but i would like to create my own drawings for kids using Wacom pad :)

If you want to download the actual books, you need to individually download each book and import the files into the parse manually. See the information here: https://www.parse.com/questions/exporting-file-objects-and-importing-to-another-application

from bookdash-android-app.

riggaroo avatar riggaroo commented on June 23, 2024

Good to hear.

The individual books are created as .zip files, this contains the images in it that the book will use. So when you click the download button in the app, the zip file is downloaded and then unzipped. There is a file in the zip called bookdetails.json - this contains information about how the book should be rendered. It also contains a folder in it called images/ this contains all the images needed in the book.
If you want to create a new book, add the different pages into the bookdetails.json file, and place the images in the images folder.

Then you will upload that .zip folder to parse - in the "BookDetail" table, the column "book_download_file".

Attached is a sample book zip file.

tfss-65a6ed5c-2bdd-4bcd-a71f-abbfa7f29bcb-searchingforspirit-en.zip

from bookdash-android-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.