Hide Navigation – Android Tip – 1

By | October 29, 2018

We are starting simple posts for tips in Android so that you can master android very fast in a very simple manner.

Here is a simple android tip.

Hide Software Navigation in Android

getWindow().getDecorView().setSystemUiVisibility(
                View.SYSTEM_UI_FLAG_HIDE_NAVIGATION);

Leave a Reply

Your email address will not be published. Required fields are marked *