Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xamarin.ios

Possible Bug In Akavache In Xamarin.forms / Xamarin Ios

Implementation of Akavache works on Android debug and release and iOS debug mode. However, it crash… Read more Possible Bug In Akavache In Xamarin.forms / Xamarin Ios

Custom Functions Sqlite With Mono

is there a way to add SQLite custom function using Mono? (Mono.Data.Sqlite) I tried to add distance… Read more Custom Functions Sqlite With Mono

Write To Sqlite Database From Xml Data

Given the following code to export each table in the database: string strSql = 'SELECT * FROM &… Read more Write To Sqlite Database From Xml Data

Getting Exception When Using Sqlitenet

I keep getting an error when attempting to do anything with sqliteNET. I get exception: near ')… Read more Getting Exception When Using Sqlitenet

How To Use Community Sqlite Plugin In Mvvmcross

In my application I was using the old SQLite-plugin. Since MVVMCross 3.0.14 this version is depreca… Read more How To Use Community Sqlite Plugin In Mvvmcross