All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.viewpagerindicator.IconPagerAdapter Maven / Gradle / Ivy

There is a newer version: 2.4.1.1
Show newest version
package com.viewpagerindicator;

public interface IconPagerAdapter {
    /**
     * Get icon representing the page at {@code index} in the adapter.
     */
    int getIconResId(int index);

    // From PagerAdapter
    int getCount();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy