|
|
|
|
|
by freemarketteddy
5303 days ago
|
|
I think one subtle difference is that in iOS there is some degree of parallelism even in the UI Updates as they happen in the NSRunLoop of the main thread(main NSRunLoop). So that an UI Update that is waiting for hardware can be delayed and the next UI update in the loop can be processed. I dont seem to recall any such pattern for Java main thread UI Updates. |
|