Example usage for android.widget GridView subclass-usage

List of usage examples for android.widget GridView subclass-usage

Introduction

In this page you can find the example usage for android.widget GridView subclass-usage.

Usage

From source file universum.studios.android.dialog.widget.DialogGridView.java

/**
 * A {@link GridView} simple implementation that tints its over-scroll effect using the accent color
 * presented within the current dialog theme. This extended grid view also draws a shadow at its
 * both vertical (top and bottom) edges.
 *
 * @author Martin Albedinsky

From source file HeaderGridView.java

/**
 * Edited by Ahmed Basyouni
 * A {@link GridView} that supports adding header rows in a
 * very similar way to {@link ListView}.
 * See {@link HeaderGridView#addHeaderView(View, Object, boolean)}
 */