Montag, 16. Februar 2009

iPhone Vibration

It seems that iPhone SDK has limited the possibility to have control over vibration pattern, duration and intensity. There is just one way of calling this vibration, which is always the same with the following code:

AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);

more about this can be found in:


http://blogs.oreilly.com/iphone/2009/01/on-vibration.html

Dienstag, 10. Februar 2009

Mobile free form gesture

this work uses gestures for going to specific menus.
I personally don't like it :( it is not intuitive, atleast not in this context.


Pointscreen Interaction

This is a work in progress at university of Erlangen, which uses gestures for drawing and interactng with images:

Montag, 9. Februar 2009

iPhone for Blind

Slide Rule uses Multi- Touch Interaction technique to make iPhone accessible for Blind (Shaun K. Kane, et al, University of Washington, DUB Group)