Shopping Cart
One of the main components of the Snabble SDK is the ShoppingCart which can be embedded in various ways into your App.
Display of the ShoppingCart requires that the Snabble.checkedInShop
variable is set.
ShoppingCartActivity
You can use the ShoppingCartActivity
to display a full screen view of the shopping cart.
ShoppingCartFragment
You can also use the ShoppingCartFragment
.
ShoppingCartView
You can also embed the ShoppingCartView
directly into your own layouts, by xml or code.