Hi
I'm new to sqlite
I found this example
docs.microsoft.com/en-us/xamarin/get-started/tutorials/local-database/
And I want to make a little change to access to database programmatically
Instead of binding data to the listview using xaml
For example, view data in a DisplayAlert function.
How can I do that?
Thank you in advance.