Configure SAP Build Application to Open Device Camera
Beginner
10 min.
Configure the logic flow in your application to enable your device to open your camera on demand, whenever the user clicks the Scan button.
You will learn
- How to add logic to a button in your mobile application
- How to connect user interface elements to actions in your mobile application
Logic flows are used to capture events in an application, such as a page loading or a user tapping on a button, and to execute actions. To create a barcode scanning app, you need to configure a logic flow that tells your application to open the camera device once the user taps the Scan button. To do this, we’ll show you how to add the logic to the button, then how to take advantage of SAP Build Apps’s QR and Barcode component.