I start an Android native application with Xamarin, I have created a PCL library to share models and common stuff with the iOS version of the app.
I want a database in this application so I'm want to use the nugget SQLite PCL library to do it. But to use it I need Xamarin.Forms.Dependency to have iOS and Android implementations.
Can I use Xamarin.Forms.Dependency on a non forms project ? Or is there another way to make a cross platform database ?
Aucun commentaire:
Enregistrer un commentaire