You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the library relies on a Scanner Activity to handle the permission, camera setup, lifecycles and analysis on its own.
For advanced integration (e.g. intercepting the result value or adding a custom overlay) it would be necessary to allow embedding the scanner as a view. See #10.
The text was updated successfully, but these errors were encountered:
G00fY2
changed the title
[Feature Request] Fragment based implementation of the scanning view
[Feature Request] View based implementation to allow embedding
Jun 25, 2021
I am planing to provide (as a new major release or separate library) a Jetpack Compose scanner view and move away from the Activity approach. This would then allow customizing the ui.
Currently the library relies on a Scanner Activity to handle the permission, camera setup, lifecycles and analysis on its own.
For advanced integration (e.g. intercepting the result value or adding a custom overlay) it would be necessary to allow embedding the scanner as a view. See #10.
The text was updated successfully, but these errors were encountered: