I am developing an Android application that should run on Android 2.3.3 and beyond. Is it possible to use fragments in this application, since fragments are not supported in pre-cell versions? If possible, how?
Use snippet V4
support android-support-v4.jar is available in the folder
if unavailable add from
../android-sdks/extras/android-support-v4.jar
Extents snippet and import android.support.v4.Fragment write code **
hope this helps ...
Actionbarsherlock .. tutorial