In My Application my handler doesn\'t stop. How can I stop the handler? It continues to start after closing the activity. What can i do?
the code is :
It never stops because you are always sending a message! I think you want to remove handler.sendEmptyMessageDelayed(0,0000);, which in fact makes no sense (are you delaying a message 0 milliseconds?).
handler.sendEmptyMessageDelayed(0,0000);