Latest
Loading...

Friday, December 12, 2014

Using Sqlite in a Xamarin.Android Application Developed using Visual Studio

Using Sqlite in a Xamarin.Android Application Developed using Visual Studio If you have ever developed an Android application using the Xamarin plug-in for Visual Studio, then chances are that you will have had a...

Read more »

Saturday, November 29, 2014

Setup Mono for Android on Windows - Tutorial

Setup Mono for Android on Windows - Tutorial After a short (3 weeks) adventure with Windows 8 I’ve decided I don’t want to struggle ...

Read more »

Using a Database in MonoDroid Applications

The stock database available in Android is SQLite , and chances are you’ll find yourself wanting to use it in your applications. But how ...

Read more »