I'm writing an app and I want to use the new ActionBar that is available in Android 3.x and later for Android. The app still needs to support the majority of devices out there and most are running 2.x releases.
I've configured my project so that the minSdk is set to API 8 and targetSDK is API 14.
My question is what is best practice for using new SDK features like the ActionBar and still support older devices running older builds of Android that don't support such features?