/HeaderGridView

A GridView with the ability to have multiple headers

Primary LanguageJava

HeaderGridView

Introduction

This is an updated version of GridView which allows for Headers. The Headers themselves are not part of the adapter / data source. This means that the headers only are not being recycled.

Setup

To use HeaderGridView in your projects, simply add this project to your workspace then add it as a library project to your current project.

Usage

HeaderGridView can be added as a custom view to any layout.

instead of <GridView /> use…

    <com.origamilabs.library.views.HeaderGridView />

Tests

None.

TODO:

  • implement Footer support. should be simple
  • develop tests