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.
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.
The app is currently in open beta at the moment - any feedback or pull requests are welcome: https://play.google.com/apps/testing/org.bookdash.android
Read more about Book Dash here: http://bookdash.org/
- MaterialHelpTutorial - https://github.com/spongebobrf/MaterialIntroTutorial
- FabButton - https://github.com/ckurtm/FabButton
- Parse - https://parse.com
- Fabric - https://fabric.io/dashboard
- Glide Image Loading - https://github.com/bumptech/glide
-
Clone or download this repo
-
Setup a Parse Account. https://parse.com
-
You will need to recreate the Parse Database. Click on "Core" and click "Import Data" you can find the example JSON here: /parse_data_example/ 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
-
Change the Parse API Key and Client Key in the file to your unique parse key: /appconfig-sample.properties .
-
Setup a Fabric Account. https://fabric.io/dashboard
-
Get your Fabric API Key and Client key, change it in the file: /app/fabric-sample.properties
-
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
Copyright 2015 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.