Hi, I'm trying to assess a sqlite database that I created and put into the Assets folder under Xamarin.Android like this:
var db = new SQLiteConnection(dbPath); //this code is not written in Xamarin.Android
I'm not quite sure how do I find the required "dbPath" that directs toward the Assets folder, I've heard of using AssetManager but it doesn't seem to work since the code is not written under Xamarin.Androids. Thanks.