An Android app that lets you download free children's books in different languages from non-profit publisher Book Dash
What does this app do?
It is an open source Android application that allows people to download children's story books. The books are available in different languages such as English, Sepedi, Zulu, Afrikaans etc. The books are free to distribute and translate.Read more about Book Dash here: http://bookdash.org/
Bookdash Android
Check out the blog post here: http://riggaroo.co.za/book-dash-android-app/
Download the app: https://play.google.com/store/apps/details?id=org.bookdash.android
Open Beta Testing Group: https://play.google.com/apps/testing/org.bookdash.android
Book Dash is an Android App for the NPO where you can download books in different languages for free.
Screenshots
Libraries this app uses:
- MaterialHelpTutorial - https://github.com/spongebobrf/MaterialIntroTutorial
- FabButton - https://github.com/ckurtm/FabButton
- Firebase - https://firebase.google.com/
- Glide Image Loading - https://github.com/bumptech/glide
Setup
- Clone or download this repo.
- This app runs off a Firebase backend. You will need to generate your firebase backend. To do this, navigate to https://firebase.google.com/ and sign up. Create a project called
- Navigate to "Database", select the three dots and then select "Import JSON". Select the file server/book-dash-a93c3-export.json.
- The database rules and storage rules can also be imported into Firebase, those files are also located in the server folder.
- You will need to generate your own google-services.json file to use with the app. Navigate to the Firebase project settings dashboard. You should see an option to download the
[OPTIONAL setup]
- If you wish to build a release version you will need to create your own keystore file and edit the password values in the following file - (create a version of the file without the .sample extension): release-keystore.properties.sample
- If you want to add Firebase Crashlytics to your app: Setup a Firebase Account. https://firebase.google.com/docs/crashlytics
Contributions
Contributions are welcome. Please read the contributions guide for more information.License
Copyright 2023 Book Dash.Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.