I wonder why Compose continued with "clicks"? Wouldnt "onTap" be more correct in the mobile world? I don't click on anything in my phone 🙂
👍 1
a
Adam Powell
12/24/2019, 2:46 PM
Keyboards and other input devices still exist for example, Chromebooks that run Android apps. "Click" is still a handy way to roll up tap, focus+keypress, mouse/touchpad click, and have them all mean the same thing to the code interpreting it
👌 1
👍 3
i
innov8ian
12/26/2019, 5:33 AM
Most of the compose UI could be implemented on other platforms, as is the case with Flutter