HCI

Response to [Garnet: comprehensive support ... ] by Myers et al.

One Sentence This paper introduced Garnet – a toolkit that comprehensively supports the pipeline of building user interface from input handling, specifying and managing constraints, rendering the interface, designing interactors and gadgets, etc. More Sentences The structure of the Garnet…

Response to [Wrist rotation ...] by Crossan et al.

One Sentence This paper studied using wrist rotation for target acquisition  under four different conditions, with a Fitts’s Law analysis, and a discussion of varied task difficulty. Key Points The four conditions: resting, seated, standing and walking.  Tukey HSD test…

Response to [A cross-device interaction ...] by Schmidt et al.

One Sentence This paper prototyped and constructed a design space of using mobile phones as an input/output modality coupled with interactive surfaces. Key Points Mobiles are great for carrying data and media while surfaces offer better scale for interaction with…

Starting to build your first app on Sony Smartwatch (not emulator)

Short version [A HelloWatch project]. Go for it. Long version Some Basic Setup If you haven’t, go download the Sony Add-on SDK => Follow these steps. Locate the SDK on your computer. Find the location of Android SDK manager. In the same directory…

Enabling touch on the Sony Smartwatch (Emulator version)

Enabling touch on the smartwatch is no difference than doing that for an Android device. Conceptually, the watch (the SmallAppWindow object) is just a placeholder for an Android View/Layout/Button/etc. To enable touch you just need to set an OnTouchListener to…