Processes in Android OS

CircleRed

New member
hey guys!

I am working on a homework about Android, but it has a very specific topic. I have to write about processes in Android OS. I would really appreciate if someone could at least show me a good source where I can get more info on this topic.

Thank you!
 
Hi MAT1C, and welcome to the AC Forums.

You probably want Google's official developer fundamentals page here:

http://lmgtfy.com/?q=android+processes&l=1

Everything you need is on that page, and you could maybe skip to the Processes and Threads section, the Component Lifecycle section (there's a nice flowchart for you there) and the Processes and Lifecycles section. Bear in mind that Processes on Android are different from most other operating systems, and it all ties in with threads, activities, services, receivers, broadcasters, and intents.
 
Thank you very much! I didn't reply until I had enough time to read that page.
It is a very good source, but very developer oriented. I sure can learn a lot from there but if anyone knows for a page where I can find out more about OS itself and it's details, that would really help
 
I have seen this, but it is way too basic. I actually have to write a few pages dedicated only to a process in Android OS, so i need quite detailed informations.
But also some basic informations will come in handy for a prologue
 
Back
Top