remove title bar in android studio programmatically code example
Example 1: android studio removing title bar
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar" />
Example 2: hide the title bar android studio
getSupportActionBar().hide();