GridViewWithHeaderAndFooter

"GridView with Header and Footer'

License

License

GroupId

GroupId

in.srain.cube
ArtifactId

ArtifactId

grid-view-with-header-footer
Last Version

Last Version

1.0.12
Release Date

Release Date

Type

Type

jar
Description

Description

GridViewWithHeaderAndFooter
"GridView with Header and Footer'
Project URL

Project URL

https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
Source Code Management

Source Code Management

https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter

Download grid-view-with-header-footer

How to add to project

<!-- https://jarcasting.com/artifacts/in.srain.cube/grid-view-with-header-footer/ -->
<dependency>
    <groupId>in.srain.cube</groupId>
    <artifactId>grid-view-with-header-footer</artifactId>
    <version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/in.srain.cube/grid-view-with-header-footer/
implementation 'in.srain.cube:grid-view-with-header-footer:1.0.12'
// https://jarcasting.com/artifacts/in.srain.cube/grid-view-with-header-footer/
implementation ("in.srain.cube:grid-view-with-header-footer:1.0.12")
'in.srain.cube:grid-view-with-header-footer:jar:1.0.12'
<dependency org="in.srain.cube" name="grid-view-with-header-footer" rev="1.0.12">
  <artifact name="grid-view-with-header-footer" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.srain.cube', module='grid-view-with-header-footer', version='1.0.12')
)
libraryDependencies += "in.srain.cube" % "grid-view-with-header-footer" % "1.0.12"
[in.srain.cube/grid-view-with-header-footer "1.0.12"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.
Please follow me on GitHub, I need your support

Github: https://github.com/liaohuqiu

twitter: https://twitter.com/liaohuqiu


中文版文档

GridView with Header and Footer

Screen Shot

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.

Versions

Version
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1