About the author
Each Android window has a title.
To remove it, in the onCreate method, make a call to requestWindowFeature(Window.FEATURE_NO_TITLE); before calling setContentView(R.layout.main);