Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
/ GridFragment Public archive

Android parent Fragment for working with GridViews.

Notifications You must be signed in to change notification settings

Tombarr/GridFragment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

GridFragment for Android

Target API: 7+ (Eclair) with Android Support Library and/ or ActionBarSherlock
Developer: Thomas Barrasso

General/ About

This is a clone of Android's ListFragment class but to support the GridView widget. It was developed for the PlanGrid client for Android powered devices, but is generalized for use with any application.

The behavior of this class is identical to that of ListFragment, simply extend the class and have a widget of type GridView somewhere in your layout with an ID of @android:id/list. Also, a widget with an ID of @android:id/empty can be displayed for when the GridView is empty and loading, then hidden when it has items.

About

Android parent Fragment for working with GridViews.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages