I’m working on an Android app that uses Firemonkey. I have a table in a SQLite database like this:
ID , Name , Tel
I want to show my data in a TListView and search in my table using TEdit. How can I do that from Delphi 10 Seattle?
Unfortunately, I haven’t tried anything because I have no idea how to do this.