Banner of Android open source framework

Introduction

  • Banner can realize functions such as looping multiple advertisement pictures and manual sliding loop. Because the native ViewPager does not support cycle page turning, you have to do it yourself to realize the cycle.
  • The Banner framework can carry out different styles, different animation settings, and perfect api methods to meet the needs of most software homepage carousel effects.

use

  • Download link: https://github.com/youth5201314/banner
  • Project related library
dependencies{
    
    
    compile 'com.youth.banner:banner:1.4.5'  //最新版本
    or
    compile 'com.youth.banner:banner:1.3.3' //旧版本,旧版本用法下面有跳转链接
}
 
//或者引用本地lib
 
compile project(':banner')

Demo exhibition

Case address: https://github.com/youth5201314/banner

Guess you like

Origin blog.csdn.net/qq_36828822/article/details/104159416