| Author |
can we call another activity in oncreate method
|
sameera liyanage
Ranch Hand
Joined: Nov 25, 2008
Posts: 597
|
|
|
I need to know that can we call another activity in oncreate method ?
|
 |
Hardik Trivedi
Ranch Hand
Joined: Jan 30, 2010
Posts: 252
|
|
Answer is 'Yes'.
Now take a case..
Say you have three activity A,B,C
And you want to call Activity C from Activity B's onCreate method. Right ???
You can. But do not you think that calling Activity C from the activity where you are calling activity B.
In short you can do it if you have some specific situation
|
 |
 |
|
|
subject: can we call another activity in oncreate method
|
|
|