PodSlider v1.2.0 Release Notes

Release Date: 2016-07-19 // almost 8 years ago
  • ๐Ÿ”„ Changes:

    • Major enhancements in how animations are done.
    • โž• Added a ease out elastic effect(a wobble effect just before the circles stop).

Previous changes from v1.1.6

    • โž• Added support for custom text via the setPodTexts(String[] texts) method.
      ๐Ÿ‘‰ Use this after setting number of pods and make sure the length of texts
      array is equal to or greater than numberOfPods
      • By default the numbering in the pods start from 1.
      • Added support for passing in drawables via the setPodDrawables(Drawables[] drawables)
        method. Use this after setting number of pods and make sure the length
        of drawables array is equal to or greater than numberOfPods
      • Also you can specify 3 sizes for the drawables i.e
        FIT_POD_CIRCLE
        FIT_MEDIUM_CIRCLE
        FIT_LARGE_CIRCLE
      • For code examples look below