Skip to main content

Self Scanning

One of the main components of the snabble SDK is the scanner. The scanner is usually a full screen element in your App.

Scanner

Display of the scanner requires that the Snabble.checkedInShop variable is set.

SelfScanningActivity

You can use the SelfScanningActivity to display a full screen view of the shopping cart.

SelfScanningFragment

You can also use the SelfScanningFragment.

SelfScanningView

You can also embed the SelfScanningView directly into your own layouts, by xml or code. When using the SelfScanningView directly you need to make sure that the camera permission is granted before displaying the view.