What is croller?

What is croller?

In this article we explain what is a croller.

A croller in Android is used to implement circular seekbar. Seekbar is a kind of progress bar. This is done by dragging the seekbar from left to right and vice versa. As we drag the seekbar, the current progress bar changes accordingly.

The animation below shows how croller works:

 

How to get croller?

To get it, you can visit the GitHub repository by clicking https://gi.thub.com/harjot-oberai/Croller

How do I implement croller in an application?

A good starting point is to visit this web page: https://www.geeksforgeeks.org/croller-in-android/