Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

GoogleServe 2014 Project Tasks

Gerardo Capiel edited this page Jun 17, 2014 · 13 revisions

Enhancements to Go Read Android eBook Reader for the Blind and Visually Impaired

Go Read is the premier app on Android for Blind and Vision Impaired (a.k.a print disabled) readers. It integrates tightly with Benetech's Bookshare - the largest library of accessible eBooks for people with print disabilities, which provides access to 250K+ books and textbooks to 300K+ students worldwide. To learn more about how students with print disabilities learn, watch: https://www.youtube.com/watch?v=sUMmzi3nmig

Google Hangout: https://plus.google.com/hangouts/_/benespace.org/gserv-go-read

Skills

  • Java, Android

Tasks

Android Studio Ready Project

https://code.google.com/p/fbreaderj/

Setup includes installing NDK and SDK and setting the the values of ndk.dir and sdk.dir in local.properties and then following the steps for developer.properties in the HowToBuild file.

Building is a 2-step process. First you must run ndk-build in the app/src/main/jni folder, then you can build through AndroidStudio by hitting "run"