GridView with Header and Footer

Additional

Language
Java
Version
1.0.12 (May 16, 2015)
Created
Oct 29, 2014
Updated
Aug 19, 2016 (Retired)
Owner
Huqiu Liao (liaohuqiu)
Contributors
Huqiu Liao (liaohuqiu)
Eduardo Estrella Rosario (eduardoestrella)
2
Activity
Badge
Generate
Download
Source code
Please follow me on GitHub, I need your support

Github: https://github.com/liaohuqiu

twitter: https://twitter.com/liaohuqiu


中文版文档

GridView with Header and Footer

This library is contained by CUBE-SDK: https://github.com/etao-open-source/cube-sdk. The Demo is HERE: https://github.com/liaohuqiu/android-cube-app .

Maven

<dependency>
    <groupId>in.srain.cube</groupId>
    <artifactId>grid-view-with-header-footer</artifactId>
    <type>jar</type>
    <version>1.0.12</version>
</dependency>

Gradle

compile 'in.srain.cube:grid-view-with-header-footer:1.0.12'

Usage

GridViewWithHeaderAndFooter gridView = (GridViewWithHeaderAndFooter) v.findViewById(R.id.ly_image_list_grid);

LayoutInflater layoutInflater = LayoutInflater.from(this);
View headerView = layoutInflater.inflate(R.layout.test_header_view, null);
View footerView = layoutInflater.inflate(R.layout.test_footer_view, null);
gridView.addHeaderView(headerView);
gridView.addFooterView(footerView);

Thanks

HeaderGridView

License

Apache 2

contact or help

Please fell free to contact me if there is any problem when using the library.