I\'m new to android and I\'m trying to implement MyFirstApp given on android google developers site, So app contains one textbox and button, if you enter any text in textfie
You are using two time setContentView(). You can use only one setContentView .
setContentView()
setContentView