Skip to content

一款支持无限滚动的 ListView、WheelView、Banner,你值得拥有!

Notifications You must be signed in to change notification settings

lovely3x/EasyAdapterView

Repository files navigation

EasyAdapterView

####支持的特性

  • 水平、垂直,无限滚动的 ListView
  • 水平、垂直,无限滚动的 WheelView
  • 真正意义上无限滚动的 BannerView

如果实现无限滚动?

        android:id="@+id/eav_activity_list_view_list"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"
        app:dividerHeight="1dp"
        app:mode="endLessListView"
        app:orientation="vertical" />
只需要设置 modeendlessXXX 就是无限滚动模式
只需要设置 orientationhorizontal 则为水平模式,vertical 则为垂直模式

##大家先来看看效果吧!(前方高能,全程无码大图)

WheelView 截图

####三级城市联动效果 WheelView

Banner 截图

Banner

垂直 ListView 截图

水平 ListView 截图

最后呢,想要看更多的展示,就快下载吧。

About

一款支持无限滚动的 ListView、WheelView、Banner,你值得拥有!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages