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:

Can this be made in Java? [closed]

Sounds like you need a Swing TabbedPane With the JTabbedPane class, you can have several components, such as panels, share the same space. The user chooses which component to view by selecting the tab corresponding to the desired component. If you want similar functionality without the tab interface, you can use a card layout instead … Read more