android-image-indicator icon indicating copy to clipboard operation
android-image-indicator copied to clipboard

Android image indicator easy to use.

Results 4 android-image-indicator issues
Sort by recently updated
recently updated
newest added

1.消除 数据刷新 导致的 图片和 指示器重复的问题 2.添加 网络图片加载,使用ImageLoader 进行加载

imageIndicatorView = (ImageIndicatorView) findViewById(R.id.network_indicate_view); imageIndicatorView.setupLayoutByImageUrl(urlList); should be: NetworkImageIndicatorView imageIndicatorView = (NetworkImageIndicatorView) findViewById(R.id.network_indicate_view); imageIndicatorView.setupLayoutByImageUrl(urlList);