I am having a problem right now with setOnClickListener.
When i put this following line:
button.setOnClickListener(this);
And run the application then it does not run and show a message that "Application closed forcefully".
Could you please help me how I can set button onclick event in Android 2.2
Thanks Chandu