I want to know whether the Fragment Manager works in Android API 8 ? I am using the project to compile with Android API 8.
if yes tell me how to use the fragment in lower devices or suggest any tutorial links.
I want to know whether the Fragment Manager works in Android API 8 ? I am using the project to compile with Android API 8.
if yes tell me how to use the fragment in lower devices or suggest any tutorial links.
The Android Support Library backports many newer features to older Android versions. In the case of Fragments, they are supported via the support library back through Android 1.6 (API 4) as explained in the features overview. The setup instructions go through everything you need to include the Support Library in your application.