Am working on a Android application that target tablets running both 2.3 and 4.0 so I need to support both these versions.
I found the support library to support fragments but how can I use ActionBar taken that its only available in Android 3.0+ and not in 2.3?
Thanks
Now, you can also use ActionBarCompat library from Android Support package. It's v7 version now supports ActionBar. Android dev team published a really useful introduction video video about using ActionBarCompat