forked from youth5201314/banner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef6a10b
commit 789299b
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# banner | ||
Android图片轮播控件,控件很小就一个类。 | ||
看了其他的轮播控件大多都是重写viewpager,而且代码不叫臃肿。这个控件非常轻量级。可以自动轮播,支持最后一张返回第一张的效果。 | ||
#Android图片轮播控件 | ||
<br> | ||
经常会看到有一些app的banner界面可以实现循环播放多个广告图片和手动滑动循环。因为ViewPager并不支持循环翻页, | ||
所以要实现循环还得需要自己去动手,所以其他的轮播控件大多都是重写viewpager,而且代码很臃肿。 | ||
我就把项目中的控件剔了出来,希望大家觉得有用。 |