Android Oreo Vibration Builder APK

Android Oreo Vibration Builder  Icon
0/5
0 Ratings
Developer
Kevin Ersoy
Current Version
2.01
Date Published
File Size
2.7 MB
Package ID
com.kevinersoy.androidoreovibrationbuilder
Price
$ 0.00
Downloads
100+
Category
Android Apps
Genre
Libraries & Demo

APK Version History

Version
2.01 (3)
Architecture
universal
Release Date
June 28, 2019
Requirement
Android 8.0+
Version
1.0 (1)
Architecture
universal
Release Date
April 29, 2019
Requirement
Android 8.0+
  • Android Oreo Vibration Builder Screenshot
  • Android Oreo Vibration Builder Screenshot

About Radio FM 90s

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)

What's New in this version

Major update to make use of new architecture components. Using Room and JavaRx, removed all AsyncTasks. Full source available on GitHub.