Skip to content

Releases: sung2063/AndroidSliderViewsLibrary

Android Slider Views Library v1.8

01 Jun 01:25
b249dff
Compare
Choose a tag to compare

[ v1.8 RELEASE ]

In this release, I added slide buttons feature. 😃

Please checkout updated README.md for more details.

🌟 Your valuable sponsorship helps me contributing more features and maintaining the library.
Click buttons below to sponsor me!

Donate

Android Slider Views Library v1.7

22 May 17:01
58d72f8
Compare
Choose a tag to compare

[ v1.7 RELEASE ]

In this release, I added callback feature for slider views. 😃

Please checkout updated README.md for more details.

🌟 Your valuable sponsorship helps me contributing more features and maintaining the library.
Click buttons below to sponsor me!

Donate

Android Slider Views Library v1.6.2

16 May 16:22
45e8b65
Compare
Choose a tag to compare

[ v1.6.2 RELEASE ]

In this release, I improved the code from AndroidSliderViews v1.6.1. 😃

Please checkout updated README.md for more details.

🌟 Your valuable sponsorship helps me contributing more features and maintaining the library.
Click heart button below to sponsor me!

Android Slider Views Library v1.6

10 May 22:52
111909c
Compare
Choose a tag to compare

From v1.6, you are now able to add sub-title/ caption into AndroidSliderViews. 😃

Please read README.md v1.6 for more details.

Sponsor me if you like this library at https://github.com/sponsors/sung2063
Your valuable sponsorship helps me to contribute more features on this library. 🌟

Custom Indicator Icon Feature

02 May 12:53
Compare
Choose a tag to compare

In this version, there is a new feature of user can modify indicator icon for AndroidSlidersView.

You can simply approach it:

  • Set in the XML file: Simply add the attributes app:indicatorSelectedIcon="[drawable image]" and/ or app:indicatorUnselectedIcon="[drawable image]"

  • If you have any questions, feel free to message me! :)
    Please sponsor me if you like this library at https://github.com/sponsors/sung2063 Your valuable sponsorship helps me to contribute more and more features on this library. 🌟

    Changing Slide Number Text Size and Indicator Scale Feature

    28 Apr 12:57
    Compare
    Choose a tag to compare

    From this version, AndroidSliderViewsLibrary is compatible with Java version 8.
    Therefore, your project must include following code snippet in the build.gradle:

    android {
        compileOptions {
            sourceCompatibility JavaVersion.VERSION_1_8
            targetCompatibility JavaVersion.VERSION_1_8
        }
    }
    

    There are new features implemented for this version, which are changing slide number text size and indicator scale.

    • Set in the XML file: Simply add attribute app:slideNumberTextSize="(your text size in px)" and app:indicatorScale="(your scale 0 - 1.5)"
    • Set programmatically: Simply call setSlideNumberTextSize(your text size in px) and setIndicatorScale(your scale 0 - 1.5) to your CarouselView and SlideShowView object.

    If you have any questions, feel free to message me! :)

    Please sponsor me if you like this library at https://github.com/sponsors/sung2063
    Your valuable sponsorship helps me to contribute more and more features on this library. 🌟

    Show & hide tab indicator feature in Carousel View

    21 Mar 23:08
    Compare
    Choose a tag to compare

    In this version, there is a new feature of showing & hiding tab indicator in Carousel View.

    There are two ways you can approach it:

    1. Set in the XML file: Simply add attribute custom:showIndicator="true/false"
    2. Set programmatically: Simply call showIndicator(true/ false) to your CarouselView object

    If you want more features or have new ideas, feel free to message me! :)

    Your star and sponsorship are very valuable to me!

    First Release

    03 Jul 20:29
    Compare
    Choose a tag to compare

    This is the first release of an Android SliderView library programmed in Java.
    The library has features of horizontal carousel, vertical carousel, and slideshow.

    I will continue developing additional useful features and improving bugs for users, so please check my GitHub often. :)