Skip to content

Demo app showing broken functionality in SupportLib when updating from 23 to 24+

License

Notifications You must be signed in to change notification settings

jt-gilkeson/TabDemo

Repository files navigation

TabDemo

Small project that demonstrates Nested Fragments in a ViewPager working through rotations using API 23, but crashing in API 24/25

API 23 (default)

Run app, rotate app, notice fragments are retained and app works.

API 25

Edit build.gradle:

  • change '''def sdk = 25'''
  • comment out '''compile "com.android.support:appcompat-v7:$workingSupportLib"'''
  • uncomment '''compile "com.android.support:appcompat-v7:$brokenSupportLib"'''

Run app, rotate app, crash!

About

Demo app showing broken functionality in SupportLib when updating from 23 to 24+

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages