I have managed to parse a JSON result from a URL to a ListView. I need now to have the ListView searched for a specific element programmatically - without user picking form the list - by a user input search. Then if this element, according to user input is found in ListView, the result to be displayed in an label or a notification to be fired.
Can this be done using the ListView component in App Inventor 2? Please advice, with a sample block code if applicable. Thank you all in advance.