Top "Shake" questions

An effect or gesture of rapid vibration.

How do I detect when someone shakes an iPhone?

I want to react when somebody shakes the iPhone. I don't particularly care how they shake it, just that it …

ios accelerometer motion-detection shake
How to refresh app upon shaking the device?

I need to add a shake feature that will refresh my Android application. All I find of documentation involves implementing …

android accelerometer shake
How to animate button in android?

I am making an android app, and I have a button which leads to a messaging place. On the activity …

android animation button shake
How to pass a boolean between intents

I need to pass a boolean value to and intent and back again when the back button is pressed. The …

android android-intent shake
iOS : How to detect Shake motion?

I added the following code to my appDelegate.m - (void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event { } - (void)motionEnded:(…

ios shake
How to use Shake API in iPhone SDK 3.0?

Apple annonced Shake API in iPhone SDK 3.0. I can not find any information regarding this new feature. Who knows about …

iphone accelerometer shake
Detecting shaking in html5 mobile

I'm building a web app in html5 at the moment that needs to be able to detect when the user …

javascript html web-applications accelerometer shake
Android buttonimage shake animation

I am new with android and im looking for a way to shake my buttonimage on click. I got this …

java android xml imagebutton shake
How to detect shake motion in iPhone

On the shake of the iPhone device i want some function to be called, i dont know how to recognize …

objective-c xcode iphone-sdk-3.0 shake
Javascript. Listen for iPhone shake event?

Is it possible to listen for an iPhone (or any mobile phone with accelerometer) shake event with JavaScript? You know …

javascript iphone shake