PodSlider v1.1.6 Release Notes

Release Date: 2016-07-15 // almost 8 years ago
    • ➕ 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