One common mis-understanding seem to be that Android starters seem to think that a layout can only be defined via a XML resource. While this is the most common way of defining a layout in most cases you can also define a complete layout via programming code. For example create a project "de.vogella.android.codelayout" with ... More
2011-03-15