Thursday, 15 May 2014

What is the linux operation behind the start of an activity? (Android) -


Recently I was asked this question by an employer and could not answer. I have seen Linux using an Android studio when an application is run and the topics are being researched but they do not need to be used anytime, so I can not deliberately do this topic. Where can I find information about direct connections between Android and Linux?

embedded Android - karam augma

when user When clicking on an icon to start the app from your Home screen, the first thing that happens is that Launcher's onClick () callback is called

, from this event To handle, the launcher will then call the builder, the serviceAction Manager service of startActivity () method.

This service will then call the startViaZygote () method, which will open the zygote to a cache and ask to start this activity

>

No comments:

Post a Comment