SQLite Xamarin Forms Tutorial - Android Database Path
When using SQLite inside of your applications, you will need to set the location for the database file.
In this video I cover what you have to do for the Android scenario, which indeed will be slightly different from the iOS one, which means that we will have two versions of the same code -one per platform- and that we will need to code some functionality in the platform-specific projects.