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.

Inserting to a SQLite Database

Inserting to a SQLite Database

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.

Gesture Recognizers in Xamarin Forms - Tappable Label

Gesture Recognizers in Xamarin Forms - Tappable Label

Modeling the SQLite Table and Columns in a C# Class

Modeling the SQLite Table and Columns in a C# Class