I already remove the title in onCreate() method.
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(
In your AndroidManifest.xml in application tag set your theme to full screen like in below code.
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"