Best Practise dual-pane in Android using only 1 activity and two fragments in Android
Introduction
Setting up a two pane application with two Activities and two possible fragments is discussed in several tutorials, see e.g. the tutorial from Lance Gleason. ALso the stubb code from Android Studio uses the kind of implementation.
The problem
The problem is that all tutorials only cover the static implementation method (using Fragments in XML) or...