Description: Immersive Mode , added in Android 4.4, improves the hide full screen and hide nav bar modes, by letting users swipe the bars in and out. This sample lets the user experiment with immersive mode by seeing how it interacts with some of the other UI flags related to full-screen apps.
To Search:
File list (Check if you may need any files):
android-AdvancedImmersiveMode-master
....................................\AdvancedImmersiveModeSample
....................................\...........................\build.gradle
....................................\...........................\src
....................................\...........................\...\main
....................................\...........................\...\....\AndroidManifest.xml
....................................\...........................\...\....\java
....................................\...........................\...\....\....\com
....................................\...........................\...\....\....\...\example
....................................\...........................\...\....\....\...\.......\android
....................................\...........................\...\....\....\...\.......\.......\advancedimmersivemode
....................................\...........................\...\....\....\...\.......\.......\.....................\AdvancedImmersiveModeFragment.java
....................................\...........................\...\....\....\...\.......\.......\.....................\MainActivity.java
....................................\...........................\...\....\....\...\.......\.......\common
....................................\...........................\...\....\....\...\.......\.......\......\activities
....................................\...........................\...\....\....\...\.......\.......\......\..........\SampleActivityBase.java
....................................\...........................\...\....\....\...\.......\.......\......\logger
....................................\...........................\...\....\....\...\.......\.......\......\......\Log.java
....................................\...........................\...\....\....\...\.......\.......\......\......\LogFragment.java
....................................\...........................\...\....\....\...\.......\.......\......\......\LogNode.java
....................................\...........................\...\....\....\...\.......\.......\......\......\LogView.java
....................................\...........................\...\....\....\...\.......\.......\......\......\LogWrapper.java
....................................\...........................\...\....\....\...\.......\.......\......\......\MessageOnlyLogFilter.java
....................................\...........................\...\....\res
....................................\...........................\...\....\...\drawable-hdpi
....................................\...........................\...\....\...\.............\ic_launcher.png
....................................\...........................\...\....\...\.............\tile.9.png
....................................\...........................\...\....\...\drawable-mdpi
....................................\...........................\...\....\...\.............\ic_launcher.png
....................................\...........................\...\....\...\drawable-xhdpi
....................................\...........................\...\....\...\..............\ic_launcher.png
....................................\...........................\...\....\...\drawable-xxhdpi
....................................\...........................\...\....\...\...............\ic_launcher.png
....................................\...........................\...\....\...\layout-w720dp
....................................\...........................\...\....\...\.............\activity_main.xml
....................................\...........................\...\....\...\layout
....................................\...........................\...\....\...\......\activity_main.xml
....................................\...........................\...\....\...\......\fragment_flags.xml
....................................\...........................\...\....\...\menu
....................................\...........................\...\....\...\....\main.xml
..