To set your App display in full screen mode, without title bar; it can be achieve the following code in AndroidManifest.xml, under <application> for whole application, or <activity> for individual activity.
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"