How to view and search a SQLite database using TListView and TEdit?

  

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.

Comments are closed.