android - App returns to home screen, when add is displayed using TimerTask() -
it's first app create , new android , i designing app displays advertisement screen, every 1 minutes when user opens app , the advertisement screen works expected ,but problem when advertisement screen exit , app gets returned home screen no matter user in activity screen the app flow splashscreen.java --> adsplash --> diamondworldmenus ( home screen ) diamondworldmenus .java public class diamondworldmenus extends tabactivity implements onclicklistener { on create(.......){ public void startadsplashforevery1minutes(){ //starting adsplashtimer.java every 5 minutes timer mytimer = new timer(); mytimer.schedule(new timertask() { @override public void run() { runonuithread(new runnable() { @override public void run() { // todo auto-generated method stub int...