Hello Xamarin developers,
We are working on big project that our first goal is performance, so what's the best approach to implement these functionalities
We need to implement mobile database that will be symphonized with our REST API in order to use the mobile application even without internet connection (without azure). Would you recommend any approach?
What is the best way to work with SQLite in Xamarin Forms application (Entity framework core, Dapper …)?