Can anyone help me to find out what can be the issue with this program. In the onCreate() method the findViewById() returns null for all ids and th
onCreate()
findViewById()
The findViewById method must find what is in the layout (which you called in the setContentView)
findViewById
setContentView