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 2324c18807 Renamed FragmentAssistant to content_frame
content_frame.kt doesn't contain a class but a bunch
of functions related to the content_frame layout so
it's probably more clear.
2017-09-02 13:30:39 +02:00
app Renamed FragmentAssistant to content_frame 2017-09-02 13:30:39 +02:00
cameraview
gradle/wrapper
svg Added a special debug icon 2017-08-27 18:47:41 +02:00
.gitignore
build.gradle
CHANGELOG.md Advanced version number to 1.0.1 2017-08-27 18:37:44 +02:00
gradlew
gradlew.bat
LICENSE Added a license 2017-08-27 16:30:32 +02:00
Makefile
PRIVACY.md Added a privacy policy 2017-08-27 15:21:31 +02:00
README.md Added link to Google Play 2017-08-27 17:26:56 +02:00
settings.gradle

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.

Get it on Google Play

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