yuriy-budiyev / code-scanner

Code scanner library for Android, based on ZXing
MIT License
1.1k stars 267 forks source link

Support Material Design Barcode Scanning guide #83

Open mpost opened 4 years ago

mpost commented 4 years ago

The material design specs have added a section on the barcode scanning experience. It would be great if the UX could be recreated by this library.

See https://material.io/collections/machine-learning/barcode-scanning.html

yuriy-budiyev commented 4 years ago

This library doesn't require Google Services, so it can't use MLKit or something else.

mpost commented 4 years ago

The material design spec does not require nor recommend a specific library. It is a user experience and visual guideline to create a comprehensive app. Therefore the behavior can be implemented by any library.