Hey everyone,
I'm a webdesigner (php, mysql, xml, css etc. etc.) for several years but never worked with Java in a professional way. So I decided to play with the Android SDK to change that which went very good, until I tried to switch between different contentviews (layouts). I've checked the Getting Started pages by Google, but I failed to find a clear example.
What I was trying to do was switching from R.layout.intro (intro.xml) to R.layout.menu (mainmenu.xml), but adding an extra 'setContentView' made the app crash and opening a new activity (which wasn't exactly the way I wanted it) didn't work out either.
I hope some of you could help me with this matter
Thanks in advance,
Iska

