Kotlin Remove Name From An Activity

[Solved] Kotlin Remove Name From An Activity | Kotlin - Code Explorer | yomemimo.com
Question : kotlin remove name from an activity

Answered by :

@Override
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); try { this.getSupportActionBar().hide(); } catch (NullPointerException e){} setContentView(R.layout.activity_main);
}

Source : https://stackoverflow.com/questions/36236181/how-to-remove-title-bar-from-the-android-activity/36236700 | Last Update : Sat, 07 Mar 20

Answers related to kotlin remove name from an activity

Code Explorer Popular Question For Kotlin