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

Android – Tweaking the Back Stack Behaviour

I've written a post about Android back stack and its default behaviour where every started activity is placed in a "last in, first out" stack. Today, I was reading a great article on Android guides where there is a section to explain about situations where we must to tweak this behavior, something that I forgot … Continue lendo Android – Tweaking the Back Stack Behaviour