i am using a postDelayed thread, i need to stop that thread when i press back button. PLease anyone help me for that. Thanx in Advance.
This is my thread:
music1.postDelayed(new Runnable() {
public void run() {
music1.setVisibility(View.VISIBLE);
animationmusic1();
holemusic1();
}
}, 10000);