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-
It is possible to create all layout files from code. But it's reccomended to use the layout XML files.
The AndroidManifest.xml can not be replaced by code, since the system relies on the data included in this file.
AndroidManifest.xml