directly from mexico, eduardo shares some knowledge on the xamarin platform. also, he is super into artificial intelligence, so you may also see some posts about that here.

Using ListViews in Xamarin Forms

Using ListViews in Xamarin Forms

So now you have read the data from the SQLite table into a list of C# objects that are ready to be listed into the user interface.

Now it is time to learn how to use ListViews, which will be the go-to element when you need to display a collection of data to your users.

How the heck does one do DataBinding with XAML

How the heck does one do DataBinding with XAML

Reading a SQLite Database

Reading a SQLite Database