activity parent

Posted by klaus-vlad on Stack Overflow See other posts from Stack Overflow or by klaus-vlad
Published on 2010-04-07T07:34:53Z Indexed on 2010/04/07 10:43 UTC
Read the original article Hit count: 318

Filed under:

Hi,

Can someone tell if why when starting an activity with startActivity(intent) , calling getParent() in onCreate() of the new created activity returns a nul ?

Also how could I obtain the parent of an activity created in such a way ? Can a reference of the activity below the current activity in the activity stack be obtained ?

© Stack Overflow or respective owner

Related posts about android