I\'m wondering if it is possible to create an Android app with only Java. No XML, no other things.
In Eclipse, when I create a new Android Project, the Manifest xml-
Take a look at this video, just posted by the android team: http://www.parleys.com/#st=5&id=2191&sl=8
It's all about layouts and includes how to layout apps using Java, not XML. However, you are warned that the android team wants you to use XML...