Re: [mono-android] Minimum Android version

2011-11-29 Thread Jonathan Pryor
On Nov 29, 2011, at 2:15 PM, Jonathan Pobst wrote: > You simply won't have access to Android APIs added in 2.2 or 2.3. > > If you aren't using them, then nothing is lost. > > If you want to use them when they are available, you will have to > "target" 2.2, set a minimum version of 2.1 in the man

Re: [mono-android] Minimum Android version

2011-11-29 Thread Jonathan Pobst
You simply won't have access to Android APIs added in 2.2 or 2.3. If you aren't using them, then nothing is lost. If you want to use them when they are available, you will have to "target" 2.2, set a minimum version of 2.1 in the manifest, and then ensure you do runtime checks so you only call

[mono-android] Minimum Android version

2011-11-29 Thread Steve Sharrock
We started our applications targeting API Level 8 - Android 2.2 (probably because that was the version of my boss' DroidX). We've started to get some of our customers wanting to run on various devices that only run Version 2.1. I've been able to lower our minimum level to 2.1 without loosing any fu