I wanna stop the current timer proccess with inside handler but when I run mTimer.cancel() , I am terminating timer instance but mHandler and its process continues their action. I tried to use mHandler.removeCallbacks() but it didnt work well. I wanna stop the current timer proccess with in