When we develop a game or some other application, we may need to show a full page (screen) for users.
In the below image, the Alarm Clock is the title showing in the title bar.

To remove this title bar we need to use,
[sourcecode language="java"]
@Override
public void onCreate(Bundle savedInstanceState) {
super.