PowerSpinner

🌀 A lightweight dropdown popup spinner, fully customizable with an arrow and animations for Android.

APACHE-2.0 License

Stars
1.2K

Bot releases are hidden (Show)

PowerSpinner - 1.0.7

Published by skydoves over 4 years ago

Released a new version 1.0.7.

What's the difference?

  • Used ViewBinding instead of the kotlin synthetic internally for null safety and enhancement of performance.
  • Added lifecycle kapt processor (#9)
PowerSpinner - 1.0.6

Published by skydoves over 4 years ago

Released a new version 1.0.6!

Fixed setOnSpinnerOutsideTouchListener does not fire (#11)

PowerSpinner - 1.0.5

Published by skydoves over 4 years ago

Released a new version 1.0.5.

Added spinner_arrow_tint attribute for applying tint color to the arrow.

PowerSpinner - 1.0.4

Published by skydoves almost 5 years ago

Released a new version 1.0.4.

  • Fixed a bug
    Background turns transparent when the popup background color is white. (#3)

  • Optimized

PowerSpinner - 1.0.3

Published by skydoves almost 5 years ago

Released version 1.0.3.

PowerSpinner - 1.0.2

Published by skydoves almost 5 years ago

Released version 1.0.2.

Implemented the below features.

  • We can save and restore automatically using preferenceName attribute. References

We can save and restore the selected postion automatically.
If you select an item, the same position will be selected automatically on the next inflation.
Just use the below method or attribute.

spinnerView.preferenceName = "country"
  • We can implement PowerSpinner on PreferenceScreen xml. References
PowerSpinner - 1.0.1

Published by skydoves almost 5 years ago

Implemented the PowerSpinnerInterface for designing and managing adapters commonly.

  • PowerSpinnerInterface
  • selectItemByIndex(index)
  • Fixed setItems method
PowerSpinner - 1.0.0

Published by skydoves almost 5 years ago

Published version 1.0.0!