Inserting to 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.
Well, now that the Model is ready, and the database is created for both Android and iOS scenarios, there is nothing left for us to do but to start adding the functionality for the necessary requests inside of our application.
In this video, I start by explaining how to insert to the database, and how a specific usage of the using keyword will be rather important for you to understand.

