Feature module
The Barcode scanner feature module includes all the presentation logic required to display Barcode scanner screen. If you need to include this module, add it to your build.gradle:
implementation ("com.poqstudio:catalogue.barcodescanner:$VERSION_NAME")Architecture
BarcodeScannerActivityis the entry point to the barcode scanner screen.BarcodeScannerFragmentis the main fragment for the barcode scanner screen.BarcodeScannerFragmentDelegateis the fragment delegate for the barcode scanner screen.BarcodeScannerScreenis the main Compose for the barcode scanner screen.BarcodeManualActivityis the entry point to the barcode manual screen.BarcodeManualFragmentis the main fragment for the barcode manual screen.BarcodeManualFragmentDelegateis the fragment delegate for the barcode manual screen.BarcodeManualScreenis the main Compose for the barcode manual screen.BarcodeScannerViewModelis the ViewModel that both screens use.