Showing posts with label SQLite. Show all posts
Showing posts with label SQLite. Show all posts

Encrypt android sqlite database using SQLCipher Community Edition for Xamarin Android

Brief: Creating secured local database for android using open source SQLCipher Community Edition.

SQLite Async operation in Xamarin.iOS application

In Brief: 
SQLite is the most widely used backend for Android and iOS mobile application. SQLite is a light weight relational database stores a data to a text file on a device.In this post i'll create a sample iOS application to perform an Async SQLite CRUD operations.