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

com.viewpagerindicator.IconPagerAdapter Maven / Gradle / Ivy

The 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 - 2024 Weber Informatics LLC | Privacy Policy