Database, Xamarin

Getting started with Local databases in Xamarin Forms

Most of the Applications that we develop, needs to have a local database to have some important information saved on the device, it’s important that, we only try to save information that is really necessary and locally required in our device, so our app always have the best performance possible. In this post, we will be learning how to implement a local database…

Continue Reading