Walkthrough
It's extremely important to understand some key concepts behind the device screen and the code that can be very useful to improve stability and performance while developing Android applications. Let's start by understanding how devices refresh content on the screen and how they are perceived by the human eye. We will go through the limits and common problems developers can face, discovering what solutions the Google team introduced during Android's evolution and what solutions developers can use to maximize the output of their developing process.
Rendering performance
Let's have a general overview of what's inside the human brain while watching our application in order to better understand what to do to improve how the user experiences the performance of our app. The human brain receives analogue continuous images from our eyes to be processed. But the digital world is made up of a discreet number of subsequent frames that simulate the real world. The...