Tag Archives: Android

Android: How to Hide the Status Bar and Title Bar

While developing a game application in Android its nice to have the full real-estate of the screen so hiding the Status Bar and Title Bar are a couple of things you’ll want to attack early on. Unfortunately, information on trying to do this isn’t that easy to find. Sifting through the API and Googling up [...]

Android: How to remove No grammar constraints (DTD or XML schema) Warning from Eclipse

After working with the Android SDK  using the Eclipse plugins I started to get annoyed by the following warning when working with XML files. No grammar constraints (DTD or XML schema) detected for the document. Luckily there is a way to remove this warning. Simply go to Window > Preferences > XML > XML Files [...]