Destaque

Efficient Android Threading Book – My Compilation of Chapter 1

Linux Process In  a Linux, each user has its own process and a unique ID. Every user has access to private resources proctected by permission and any user (except the super user) can access another user's private resource. In Android, the same thing happens, but instead of users we have applications. By default, applications and … Continue lendo Efficient Android Threading Book – My Compilation of Chapter 1

More About Process, Threads, Stack in Android

Here I'm trying to find new way to explain and study this so important subject. Let me try to explain process and threads in a new easy way, without too much theory. When you click in a app icon for the first time, a process, Linux process, will be started to host the app and … Continue lendo More About Process, Threads, Stack in Android