DataTable is a library for create material data table simply. In this version it is only possible to create tables with string values. Soon, image fields, checkbox fields, input fields and etc will be possible. This library is optimized for both ltr and rtl languages.
This component implements a recyclerview, shows table headers and also has pagination.
A library that gives you a slant on the traditional Grid Recycler View!
HandyGridView is a high-performance drag and drop GridView, it extends GridView, you can drag drop GridView item to sort the labels, and draw something on the GridView. Just use the HandyGridView like a GridView.
This library fits your GridView
with its contents to a given size.
A simple and attractive custom text GridView
design based on material concepts.
ScrollView
.An Android custom ListView
that implements multiple columns and variable sized elements.
android-GridViewWithHeaderAndFooter is a GridView with Header and Footer.
It's very simple to use it:
gridView.addHeaderView(header); gridView.addFooterView(footer);
AnimatedGridView extends the default GridView and adds some new functions to animate the deletion of rows. You just have to choose the AnimatedGridView and extend the AnimatedAdapter.
A layout engine for Android that decouples layouts from the View containers that manage scrolling and view recycling. FreeFlow makes it really easy to create custom layouts and beautiful transition animations as data and layouts change.
An Android GridView that can be configured to scroll horizontally or vertically.
A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
Basically is a GridView with the ability to add more items on it when reaches the end of the list.
QuiltView displays views of different sizes in a scrollable grid.
An Android staggered grid view which supports multiple columns with rows of varying sizes.