Greetings; I am new to AppInventor. i am developing an app where i receive JSON from file content. i want to be able to search for the first occurrence of a keyword and display it associated values in a label. example below is my json. i want to use a text box to search for where keyword is equal to FBL for the key "code" and when found display branch, id, name, code and status values in a label.
@ABG thank you.
Now i want to use the phone camera to scan a qrcode or barcode from an ID card to get the input code such as FBL to search for the code. so a button is clicked to scan code the back camera will open and scan the card and pick the code from the barcode and search automatically to get the result.
@ABG Please, one final thing. Instead of showing the result in ListView, I want to use labels tob represent the result. so I get the value for the keys in the label for Branch, Code, and Name.