Popularity
0.4
Stable
Activity
0.0
Stable
3
1
0

Description

It is is a lightweight animation flowlayout which fade and shrink the head itemView when scrolling. In this project we use RecyclerView at top of the itemView, with the fingers slide to achieve shrink hiding and magnification display, and with the recycler recycling and reuse.

The code is relatively simple and rude, using custom LayoutManger, built-in SnapHelper. Since you want to snap to the first sub-view at any time, you can use the method in the LayoutManager to set the maximum value of the scroll.

Programming language: - - -

Vega-Scroll-Layout-Library alternatives and similar packages

Based on the "Kotlin" category.
Alternatively, view Vega-Scroll-Layout-Library alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Vega-Scroll-Layout-Library or a related project?

Add another 'Kotlin' Package

README

Vega-Scroll-Layout-Library

It is is a lightweight animation flowlayout which fade and shrink the head itemView when scrolling.

See demo here

Idea about Vega Scroll Layout

In this project we use RecyclerView at top of the itemView, with the fingers slide to achieve shrink hiding and magnification display, and with the recycler recycling and reuse.

The code is relatively simple and rude, using custom LayoutManger, built-in SnapHelper. Since you want to snap to the first sub-view at any time, you can use the method in the LayoutManager to set the maximum value of the scroll.

Some other LayoutManager we already discuss:

Read full article here : http://www.tellmehow.co/vega-scroll-layout-android-slider/