"He’s built a computer with almost zero latency—when you do something, the computer reacts instantly. Here, Bathiche has solved that infuriating problem where you write or draw on a screen, and the ink is always a half-second behind your finger." So few people get that. Alan Kay once wrote in the 1970s that it was as unacceptable for there to be a delay between user action and response on a computer as it was unaccep…
This is one thing Apple really 'got right' in iOS. You can especially see it in any app that allows you to zoom or pan the view. If you change the perspective, it will always redraw the screen according to your input. Sometimes it has to fill in the new area with a temporary texture while it runs off to load the right one, but the response is instantaneous. As an Android user, this is one of my biggest gripes. Androi…
I just hope that the experiments made by the Dart team (they are aiming at a 120 fps lag free framework on Android) are also conducted internally in the Android team (not necessarily with Dart, but preferably not with Java).