Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 609 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 609 Bytes

ScreenReader app (Android)

Source code of the ScreenReader app for Android.

Compiling

The app has been built with Android Studio. Gradle is used to install the dependencies listed in build.gradle.

The google-services.json file is excluded from Github. Provide your own file to build the app.

Screenshots

Screenshots are made using the following gestures: val gestures = arrayListOf(Gesture.ONE_FINGER_SWIPE_DOWN_THEN_RIGHT, Gesture.TWO_FINGER_DOUBLE_TAP, Gesture.THREE_FINGER_TRIPLE_TAP)