主页

0

GalleryLayoutManager

https://github.com/BCsl/GalleryLayoutManager 使用自定义 LayoutManager 实现 Android 中 Gallery 或者 ViewPager 控件的效果,支持垂直和水平两个方向,支持 RecycleView 的试图回收机制

0

flexbox-layout

https://github.com/google/flexbox-layout FlexboxLayout is a library project which brings the similar capabilities of CSS Flexible Box Layout Module to Android.

0

Espresso

https://github.com/TonnyL/Espresso Espresso is an express delivery tracking app designed with Material Design style, built on MVP(Model-View-Presenter) architecture with RxJava2, Retrofit2, Realm data

0

使用RecyclerView做的轮播图

https://github.com/loonggg/RecyclerViewBanner 之前做的轮播图,对于十几个图片什么的能够满足,但是万一有几千张,几万张就容易造成内存泄露,使用RecyclerView做的轮播,可以利用它自身的复用机制,比较节省内存。所以这种方式感觉效果更好。

0

DiscreteScrollView

https://github.com/yarolegovich/DiscreteScrollView The library is a RecyclerView-based implementation of a scrollable list, where current item is centered and can be changed using swipes.