Top "Android-vibration" questions

The Android framework includes support for Vibration available on devices, allowing you to control the device's vibrations from your application.

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
How can I request the vibrate permission?

How can I request the vibrate permission in my Android application?

android android-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
Android vibrate is deprecated. How to use VibrationEffect in Android>= API 26?

I am using Android's VIBRATOR_SERVICE to give a haptic feedback for a button touch. ((Vibrator) getSystemService(VIBRATOR_SERVICE)).vibrate(300); …

java android kotlin android-8.0-oreo 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
Android Vibrate on touch?

I am trying to make my device vibrate when I touch an object on Screen. I am using this code: …

android android-vibration
enable/disable keyboard sound and vibration programmatically

I'm trying to find a way to disable and enable keyboard sound and vibration when tapping keys. I've searched on …

android android-softkeyboard android-vibration
How to vibrate device n number of times through programming in android?

can anyone tell me how to vibrate same patter 5 times like this my pattern long[] pattern = { 0, 200, 500 }; i want this pattern …

android android-vibration
Android - How to make the phone vibrate to the music playing

I am new to Android development. I want to make an app that is essentially a music player but the …

android audio-player android-vibration android-music-player
how to add vibration and ringtone when launch application home page android

i want to add vibration and a play music in my application home page means when my application launch it …

android media-player ringtone android-vibration