Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
youth5201314 committed Apr 22, 2016
1 parent ef6a10b commit 789299b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# banner
Android图片轮播控件,控件很小就一个类。
看了其他的轮播控件大多都是重写viewpager,而且代码不叫臃肿。这个控件非常轻量级。可以自动轮播,支持最后一张返回第一张的效果。
#Android图片轮播控件
<br>
经常会看到有一些app的banner界面可以实现循环播放多个广告图片和手动滑动循环。因为ViewPager并不支持循环翻页,
所以要实现循环还得需要自己去动手,所以其他的轮播控件大多都是重写viewpager,而且代码很臃肿。
我就把项目中的控件剔了出来,希望大家觉得有用。

0 comments on commit 789299b

Please sign in to comment.