How to make a swipe strobe..?

You may follow the Wheel View library in github:

Use it like this:

<it.sephiroth.android.wheel.view.Wheel
            android:id="@+id/wheel"
            xmlns:sephiroth="http://schemas.android.com/apk/res-auto"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            sephiroth:numRotations="6"
            sephiroth:ticks="28" />

and it looks like this:

enter image description here

Leave a Comment