Source code of the ScreenReader app for Android.
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 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)