My first question I'd like to ask is that is it so that Fragment is only supported by android 3.0 ? If I am developing Android 2.1 application, can I use Fragment?
My second question is, I am implementing this simple feature, Fragment is a good choice, but I am developing Android 2.1 application, if the answer of my first question is negative, what could be the workaround to implement the feature I need?