In a warehouse management app, employees can quickly transfer product information to the system by reading NFC tags on products on shelves. This makes product tracking easier and prevents manual data entry errors.
Adding an NFC Reading Action
Enter the
- UI Design module and drag a Button element from the left panel and drop it on the screen.
- Enter ‘Scan NFC’ in the Label property of the button.
- Select the button and add the Initial Actions → Device → Read NFC action from the + ADD ACTION menu.
Data Processing After NFC Reading
- The Read NFC action opens the device's NFC reader when the button is clicked and reads the unique ID of the tag.
- The read ID can be used to search for product information in the application's database.
- If product information is found, the relevant details (name, stock status, etc.) can be dynamically displayed on the screen.