android studio remove the title bar code example
Example 1: android studio removing title bar
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar" />
Example 2: android studio change title bar text
getSupportActionBar().setTitle("Hello world App");