Search code examples
c#androidvisual-studioxamarinxamarin-studio

How do I create an SQLite database and connect with Xamarin using C#


I want to create a demo Android app via Xamarin using C# in Visual studio.

I have set up the Xamarin environment on my system, but I am a very beginner in Xamarin app development and SQLite databases. I have no idea how to create an SQLite database and how to connect in my Xamarin app using C#. I have planned to create a register-a-user functionality. Please suggest me any blog or article.


Solution

  • Check this solution or you can use this one.