Responsiveness
Living with Android every day, whenever I grab an iPad, I can't help admiring how responsive it is. It is not faster. But much more responsive. Whatever the iPad does (and yes, I still use the version 1), the reactions to user's actions are instant. There is no lag. The iPad does not load nor renders web pages faster than Android. But while using the iPad, it feels like a physical object. The reason is simple. The software code responsible for processing the user input and rendering a visual reaction to that input runs at the highest priority. Every other task (and there are many) waits whenever the GUI has anything to do. You can check that easily. Open a web page and just when it starts loading put your finger on the screen and keep moving it back and forth quickly. If you move the current page up and down quickly enough to keep the processor busy, the new page will never load. But the content on the screen will be following the movements of your finger without any lag....