user experience - Vibrate pattern for incorrect input (Android) -
I know how to create a vibration pattern:
vibrator vibrator = ( Vibrator) getSystemService (Context.VIBRATOR_SERVICE); Long pattern [] = new long [] {0, 200, 100, 200}; Vibrator Vibration (pattern, -1); But I do not know which pattern will communicate "incorrect input", are there any guideline or predefined patterns?
EDIT: Looks like my question is a bit confusing, what do I mean there are voices that you can identify as success or failure, they are very common, but are there any vibration pattern for success? Can most of the people understand or be unsuccessful?
don 't. No other Android apps do this so use a visual signal instead.
Comments
Post a Comment