Skip to content

Fragments and Support Fragments

Alexander Vlasov edited this page Sep 1, 2016 · 1 revision

SlidingTutorial library can support both android.app.Fragment and android.support.v4.app.Fragment. There are only three things you need to change:

  1. Your fragment pages must extend PageSupportFragment.
  2. Your tutorial fragment must extend TutorialSupportFragment.
  3. TutorialPageProvider must provide android.support.v4.app.Fragment intances.

That's all.

Clone this wiki locally