[android-developers] Button lick problem

2011-12-26 Thread B.Arunkumar
Hi, I have a problem with button click. This is what I have written in a sample Activity: button1 = (Button) findViewById (R.id.button1); button2 = (Button) findViewById (R.id.button2); button1.setOnClickListener(new OnClickListener(){ @Override

Re: [android-developers] Button lick problem

2011-12-26 Thread Mukesh Srivastav
Arun, I am not sure what is the purpose of going to sleep mode, and secondly you put a logs on the other abstract methods of your activity class. I would suggest read the Android life cycle as well. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad. On Mon, Dec 26,