Adding NuGet Packages to a Xamarin Forms (starting with SQLite)
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.
So SQLite can be quite useful in a lot of scenarios. I believe most apps should use this light-weight version of a database, even when they rely on another cloud database for their information.
But before we learn how to implement SQLite into our apps, let’s first take a look at how can we add third-party functionality into our apps, so we don’t have to code SQLite functionality from the ground up.

