Android Runtime Layout Tutorial

You forgot to set your contentView. You should add

setContentView(layout);

At the end of the onCreate method

Leave a Comment