π» Introduction
An App Inventor non-visible extension that detects text changes events for your visible components.
π¦ Package name: com.gordonlu.textchanged.aix
π Version: 1
π Release date: [date=2022-03-21 time=18:00:00 timezone="Asia/Hong_Kong"]
ποΈ Supports:
-
User Interface: Button, Checkbox, DatePicker, Label, ListPicker, PasswordTextBox, Switch, TextBox, TimePicker.
-
Media: ImagePicker
-
Social: ContactPicker, EmailPicker, PhoneNumberPicker
If you look in the Android Developers documentation for EditText (TextBox) and Button, you will see that they are all subclasses of TextView (Label), so technically, Button = TextView.
There might be a Clock solution for this, but when your app gets bigger and bigger, you don't want to check text changed events for 10 times or have 10 Clocks in your app.
π Documentation
Event blocks
OnTextChanged
This event is invoked when a component's text is changed.
Parameters: component = component
Method blocks
AddTextChangedListener
Listenes to text changed events for the given component and fires the OnTextChanged event when necessary.
Parameters: component = component
π More info
Visit the official App Inventor community post for more info.

