
Android Oreo Vibration Builder
Allow developers to test new VibrationEffect released with API 26 +
App info
Advertisement
App description
Android App Analysis and Review: Android Oreo Vibration Builder, Developed by Kevin Ersoy. Listed in Libraries & demo Category. Current Version Is 2.01, Updated On 29/04/2019 . According to users reviews on Google Play: Android Oreo Vibration Builder. Achieved Over 94 Installs. Android Oreo Vibration Builder Currently Has 1 Reviews, Average Rating 5.0 Stars
This is an open source project available on GitHub here:https://github.com/kevine711/Android-Oreo-Vibration-Builder
DEVELOPER USE ONLY - There is no use case for a general user unless you just want to play with vibration profiles.
I created this project to help developers feel out different profiles you can create with the new VibrationEffect in API 26.
I'm using the below method. In app, timings are referred to as "delay" and amplitudes as "intensity." You can create a comma separated list of delays and intensities and run the profile to feel the effect. Some examples are provided.
VibrationEffect createWaveform (long[] timings,
int[] amplitudes,
int repeat)
We are currently offering version 2.01. This is our latest, most optimized version. It is suitable for many different devices. Free download directly apk from the Google Play Store or other versions we're hosting. Moreover, you can download without registration and no login required.
We have more than 2000+ available devices for Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... with so many options, it’s easy for you to choose games or software that fit your device.
It can come in handy if there are any country restrictions or any restrictions from the side of your device on the Google App Store.
What's New
Major update to make use of new architecture components. Using Room and JavaRx, removed all AsyncTasks. Full source available on GitHub.