Reading a SQLite Database
Here is the Complete Xamarin Developer Course: iOS And Android: https://www.udemy.com/complete-xamarin-developer-course-ios-and-android/?couponCode=YT-XAMARIN Take the free course here on YouTube to learn the basics of Xamarin.Forms development, and take that full course (for $9.99 down from 199.99) to get into de depths of the Xamarin ecosystem.
Reading a database will be very straight forward, especially once you know how to establish the connection to the database, which you should already know thanks to our previous post.
All you have to make sure of now is that when reading, you get all that data in the correct format, not as a simple query to a database, but as an actual list of elements. So in this lecture I cover how to do exactly that.

