Hey, guys!
Could you please advise me how to implement a search function in SQLite? I have a pretty simple application and I need to search the database, more precisely two data of string type. I expand the database in a ListView, on the same page there is a search string that I would like to filter the list by search. Previously I used a local database, where such an operation is quite easy, but with SQLite I can't find a solution yet.