All Projects → bookdash → Bookdash Android App

bookdash / Bookdash Android App

An Android app that lets you download free children's books in different languages from non-profit publisher Book Dash

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bookdash Android App

Architecturesamplewithfirebase
これは、iOSアプリを色々なアーキテクチャで実装してみたものです。
Stars: ✭ 89 (-86.29%)
Mutual labels:  firebase, mvp
Marvel
Marvel Characters Android Application Assigned by smava GmbH
Stars: ✭ 227 (-65.02%)
Mutual labels:  firebase, mvp
Firebucket
Glimpse into Firebase, with a simple TODO list app built around Dagger, RxJava 2, Clean architecture and of course, Firebase.
Stars: ✭ 376 (-42.06%)
Mutual labels:  firebase, mvp
Androidrapidlibrary
Android 快速开发库,主要想实现一条属于自己的开发框架。包括网络访问,数据,UI等等
Stars: ✭ 577 (-11.09%)
Mutual labels:  mvp
Angular 1 5 Components App
A Contacts Manager application built on Angular 1.5 components, ui-router 1.0.0, Firebase.
Stars: ✭ 583 (-10.17%)
Mutual labels:  firebase
Android Kotlin Mvp Architecture
This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 615 (-5.24%)
Mutual labels:  mvp
Mosby
A Model-View-Presenter / Model-View-Intent library for modern Android apps
Stars: ✭ 5,473 (+743.3%)
Mutual labels:  mvp
Learning Resources
"Technology Gold mine" to collect and share materials/resources
Stars: ✭ 573 (-11.71%)
Mutual labels:  firebase
Android Studio Mvp Template
Android MVP template for Android Studio
Stars: ✭ 636 (-2%)
Mutual labels:  mvp
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (-7.09%)
Mutual labels:  mvp
Web
⚡️ Supercharged version of Create React App with all the bells and whistles.
Stars: ✭ 594 (-8.47%)
Mutual labels:  firebase
Redux Vcr
📼 Record and replay user sessions
Stars: ✭ 583 (-10.17%)
Mutual labels:  firebase
Node.js design patterns second edition code
Code repository for Node.js Design Patterns Second Edition, published by Packt
Stars: ✭ 617 (-4.93%)
Mutual labels:  books
React Native Starter
Professional react-native starter kit with everything you'll ever need to deploy rock solid apps
Stars: ✭ 579 (-10.79%)
Mutual labels:  firebase
Ios Mvp Clean Architecture
Demo iOS application built to highlight MVP (Model View Presenter) and Clean Architecture concepts
Stars: ✭ 637 (-1.85%)
Mutual labels:  mvp
Vuexfire
Check
Stars: ✭ 574 (-11.56%)
Mutual labels:  firebase
Sprintnba
🏀 NBA客户端
Stars: ✭ 629 (-3.08%)
Mutual labels:  mvp
Uberclone
Uber App Clone
Stars: ✭ 593 (-8.63%)
Mutual labels:  firebase
Firebase Admin Python
Firebase Admin Python SDK
Stars: ✭ 591 (-8.94%)
Mutual labels:  firebase
Firesharp
An asynchronous cross-platform .Net library for Firebase
Stars: ✭ 601 (-7.4%)
Mutual labels:  firebase

Bookdash Android

BuddyBuild

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

phone image phone image phone image

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/

Libraries this app uses:

  1. MaterialHelpTutorial - https://github.com/spongebobrf/MaterialIntroTutorial
  2. FabButton - https://github.com/ckurtm/FabButton
  3. Firebase - https://firebase.google.com/
  4. Fabric - https://fabric.io/dashboard
  5. Glide Image Loading - https://github.com/bumptech/glide

Setup

  1. Clone or download this repo.
  2. 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 "Book Dash" (or what ever you want to call it).
  3. Navigate to "Database", select the three dots and then select "Import JSON". Select the file server/book-dash-a93c3-export.json. Allow Firebase to import the data. You will also then need to place books in the storage container on firebase. You can find an example book located here: server/simaandsiza-en.zip. Navigate to your Firebase console, and click storage, create a folder for the books and place them in there. You can then set the download URL of one of the books to use the book you have just uploaded to firebase storage in the STORAGE_PREFIX object. Within each zip file for a book, there is a file called bookdetails.json, this file is used to describe the images used and the number of pages in a book. In FirebaseConfig class you will need to change the base url of your book storage in the variable named -
  4. The database rules and storage rules can also be imported into Firebase, those files are also located in the server folder. (For more info on getting your own server up and running, check out https://github.com/bookdash/bookdash-backend-admin-portal
  5. 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 google-services.json file. This must then be placed into the app folder of this project.

[OPTIONAL setup]

  1. 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
  2. Setup a Fabric Account. https://fabric.io/dashboard
  3. Get your Fabric API Key and Client key, change it in the file: /app/fabric-sample.properties and rename the file to fabric.properties

Contributions

Contributions are welcome. Please read the contributions guide for more information.

License

Copyright 2016 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].