android - Activity from a background activity? -


am having application contains activity a,b,c , launched browser , b launched a, count timer running on launches activity c if timer hits. 1 plz tell stack order activity of application. either a->b->c or a->c->b. visible activiy should c if press key c should display either or b ?

thanks in advance.

you can try launch b , c

startactivityfromchild(this, intentofc, req_code_for_c); 

i'm not sure may useful you.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -