This question belongs in android-porting.  Fwiw, startActivity() is
ultimately implemented in ActivityManagerService.java.

On Tue, Jun 16, 2009 at 2:37 PM, Radhika <[email protected]>wrote:

>
> Hi,
>
> I am trying to study the entire application launch process right from
> user clicks an activity icon to onCreate and onStart gets called for
> the main activity in that application.
>
> In Home application, I found this code
>
> public void onClick(View v) {
>        getContext().startActivity((Intent) v.getTag());
> }
>
> but startActivity is an abstract method in Context class.
>
> I also tried to trace the startActivity method in Activity class but i
> couldn't do it beyond onTransact which involves an IPC call.
>
> Can you please help me with this? I want to trace how a linux process
> gets created then how Dalvik VM instance gets created and so on..
>
> Any pointers in this direction would be highly appreciated.
>
> Thank you,
> Radhika
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to