0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00
Yet another barcode scanner for Android
Go to file
Markus Fisch 0ba195a558 Added a privacy policy
Because Google Play requires you to have one when your
app uses the camera.
2017-08-27 15:21:31 +02:00
app Initial commit 2017-08-27 15:03:22 +02:00
cameraview Initial commit 2017-08-27 15:03:22 +02:00
gradle/wrapper Initial commit 2017-08-27 15:03:22 +02:00
svg Initial commit 2017-08-27 15:03:22 +02:00
.gitignore Initial commit 2017-08-27 15:03:22 +02:00
build.gradle Initial commit 2017-08-27 15:03:22 +02:00
gradlew Initial commit 2017-08-27 15:03:22 +02:00
gradlew.bat Initial commit 2017-08-27 15:03:22 +02:00
Makefile Initial commit 2017-08-27 15:03:22 +02:00
PRIVACY.md Added a privacy policy 2017-08-27 15:21:31 +02:00
README.md Initial commit 2017-08-27 15:03:22 +02:00
settings.gradle Initial commit 2017-08-27 15:03:22 +02:00

Binary Eye

Yet another barcode scanner for Android. As if there weren't enough.

This one is totally free, open source and does use the ZXing barcode scanning library.

Unlike many others it works in portrait and landscape orientation, can read inverted codes, uses Material Design and doesn't do anything else but decoding a barcode.

And it's written in Kotlin because I've wanted to explore that a bit more.