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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -