how to get rid of top bar in android code example
Example: removing title bar from android app
res -> values -> styles.xml
<item name="windowNoTitle">true</item>
res -> values -> styles.xml
<item name="windowNoTitle">true</item>