Top "Vibration" questions

Vibration is a kind of user interaction or attention feedback provided by some devices.

How to make an Android device vibrate?

I wrote an Android application. Now, I want to make the device vibrate when a certain action occurs. How can …

java android vibration android-vibration
Making the iPhone vibrate

How can the iPhone be set to vibrate once? For example, when a player loses a life or the game …

ios cocoa-touch avfoundation vibration
How to make iPhone vibrate using Swift?

I need to make the iPhone vibrate, but I don't know how to do that in Swift. I know that …

ios iphone swift vibration
How to enable haptic feedback on button view

I want to add haptic feedback to my application's buttons and control them programmatically to show button state (enabled and …

android vibration
Are there APIs for custom vibrations in iOS?

Starting in iOS 5, users are able to create custom vibration patterns for alerts and rings. The following screenshot shows the …

ios vibration iphone-vibrate
How can I make vibrate animation for ImageView

I have no idea for this animation. How can I do it via XML like that? Or another solution? <?…

android animation vibration
Vibrate when hold down button

I am making an app where the user holds down a button to make the phone vibrate and i'm not …

android button vibration android-vibration
Disable vibration for a notification

I'm writing an app using notification. Google developer guidelines encourages developers to provide settings to customize the notifications (disable vibration, …

android notifications vibration android-vibration
Vibrate onclick

Is there a way to get a button to vibrate but only when the if condition is verified? Here's the …

android onclicklistener vibration
Make iPhone vibrate: AudioServicesPlaySystemSound(kSystemSoundID_Vibrate) undeclared

I want to make iPhone vibrate and I found the code AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); but Xcode 4.3.2 reports error: undeclared identifier …

iphone xcode audio vibration