An open API service indexing awesome lists of open source software.

https://github.com/ddssingsong/carouselview

图片轮播,可异步获取图片,可获取本地图片
https://github.com/ddssingsong/carouselview

Last synced: 3 months ago
JSON representation

图片轮播,可异步获取图片,可获取本地图片

Awesome Lists containing this project

README

        

# CarouselView
图片轮播,可异步获取图片,可获取本地图片

使用:
在这里实时项目的代码和资源文件,只要把这些拷到你的项目中,
你的项目就已经完成来了两个功能,一个是引导界面,一个是图片轮播,是不是很开心

carousel_view.xml:


--




装填图片数据url列表

@param imageUrlList
url列表
@param imageCycleViewListener
点击监听
@param stype
指示器的样式

mAdView.setImageUrlResources(mImageUrl, mAdCycleViewListener, stype);