I want to realize that as I enter text into EditText, values ββ(like variants, in my case of cities) are displayed in a ListView.
But I can't find the EditText component that I need from the listeners. Is it even possible to do this? (The data will be loaded from a remote MySQL) and is it worth it at all?