Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ai212983/android-spinnerwheel

Wheel-like spinner widget for Android
https://github.com/ai212983/android-spinnerwheel

Last synced: 1 day ago
JSON representation

Wheel-like spinner widget for Android

Lists

README

        

**Update Dec 2016**
# Library is discontinued
There's still a lot of wheel libraries [out there](https://android-arsenal.com/tag/142).

**Update Oct 2014** I am thinking of rewriting this control. Update will contain most requested features, numerous improvements and optimizations. But main point in update is to discontinue ICS lookalike and support Material Design (Android 5.0 Lollipop) look and feel instead. Sadly I wasn't able to find any reference images of something like it.

So if someone will find it - please drop me a line via creating issue, and I'll start tinkering.

---

This widget is based on [wheel widget][1] by Yuri Kanivets. See 'downloads' section for demo or [download it][2] from Google Play.

![Example Image][3]

Original widget was rewritten a bit to have ICS-like look and feel and to support horizontal scrolling.
It should also to be a bit faster due to some optimizations.
Please watch out when specifying layout for items - they should have fixed size.

Change local.properties.simple to local.properties and add sdk path to the file

Use IDEA or Android Studio Import Project like this:

![Example Image][4]
![Example Image][5]

[1]: http://code.google.com/p/android-wheel/
[2]: https://play.google.com/store/apps/details?id=antistatic.spinnerwheel.demo
[3]: https://github.com/ai212983/android-spinnerwheel/raw/master/.assets/screenshot_00.png
[4]: https://github.com/jiechic/android-spinnerwheel/raw/master/.assets/screenshot_01.png
[5]: https://github.com/jiechic/android-spinnerwheel/raw/master/.assets/screenshot_02.png