why do i loose all my listeners, when i re-set the contentview??!!!
e.g:
setContentView(R.layout.main);
do some actions here.. like a button + its listener
button-listener works
method is called again:
setContentView(R.layout.main);
button-listener does not work anymore.