Avoiding manually handling configuration changes
问题 This project is an extension of the Master/Detail flow template that can be found in Android Studio. The difference is that this application uses a single Activity and a ViewPager that manages three Fragments. The third Fragment is the Master (list) Fragment, which contains a clickable RecycleView. When a list item is clicked, it switches the Fragment with the Child (detail) Fragment. While the project works, I'd like to avoid using android:configChanges= "orientation|keyboardHidden