Circular ListView is a library that allows developers to easily create a looped circular list view. Scrolling up or down you can select the target item.
In the demo sample we use this library to select the country, but you can create your adapter to show contacts, languages or other arrays useful to your application purposes.
Try the demo on Google Play Store:
In the demo project included, the library uses the CircleImageView library made by Henning Dodenhof. This demo uses also the Apache Commons IO library to read a countries JSON File.