enioka_scan
enioka_scan copied to clipboard
Integration library for all your Android hardware barcode scanner integration needs
To allow developers to more easily try the library without having to clone the repository, the demo app should be made available on the Google Play Store (other less-popular android...
- Redesign of the enioka scan demo-app. - Comes bundled with all OSS SDKs.
Bonjour @DaSpood Est-il possible d'ajouter un paramètre dans le constructeur pour changer la couleur du bouton et l'input? Le style de nos applications est bleu. Il ne nous reste que...
- Dynamically show available SDK on the demo app, by checking if the class exist or not. - Add `Zebra DW` provider to demo app settings. - Add more human...
Bonjour, Je remarque que la librairie n'est pas compatible avec Jetpack Compose, est-ce qu'il y a une idée d'ajouter un support?
When using the HoneyWell EDA52, the camera scanner functionality is not working properly. Although the activity can start, and the camera feedback is available, it is impossible to scan barcodes....
Currently, the settings activity of the demo app is completely hard-coded, meaning every SDK is included regardless of whether or not they are available to the app (this will become...
`java.lang.RuntimeException: Fail to connect to camera service` `java.lang.NullPointerException: Attempt to read from field 'int android.graphics.Point.x' on a null object reference` This crash occurs when trying to access the scanner camera...
Bonjour, Bonjour @DaSpood, @marcanpilami Je trouve un problème de distorsion sur Xcover 5 / Xcover 6, existe même sur votre démo L'image s'affiche correctement après la première ouverture, mais si...
A bunch of `ScannerSearchOptions` options were added while writing the documentation, which were previously missing from the collection yet still used from intent extras. Track down and refactor parts of...