In my application, all the button has Button OnClickListenner, createB=(Button)findViewById(R.id.newUser); createB.setOnClickListener(new createAccount());
It works very well in simulator. However, after I load the application to Gphone, I found the button doesn't always response to "touch". sometimes I need to touch it many times. What other listenner I need to add to the button? Why ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

