• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Issue with android buttons

Hello Everyone!

I am new on android and working with android version 4. I have develop an app for sending notification to all the devices registered through this app. So I am facing problem with buttons used in the app. Most of the time all the buttons are working fine. But sometimes these button are not doing anything, seems they are loosing there clickable functionality.
Can somebody given some idea how to short out this problem.



Thanks and Regards,
Anurag Dhiman
 
Run logcat and what happens when you click he non working buttons. first, make sure it is registering the touch(which it most likely is) and then see if it is trying to do anything when you click, or if it just takes the click and then does nothing.
 
Back
Top Bottom