All Projects → Tombarr → GridFragment

Tombarr / GridFragment

Licence: other
Android parent Fragment for working with GridViews.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to GridFragment

mithril-datepicker
Pick a date! But only if you're using Mithril. (component for Mithril.js ^v1.0)
Stars: ✭ 23 (+35.29%)
Mutual labels:  widget
flhooks
React like Hooks implementation for Flutter.
Stars: ✭ 38 (+123.53%)
Mutual labels:  widget
CheckableTextView
A simple and flexible Checked TextView or Checkable TextView
Stars: ✭ 108 (+535.29%)
Mutual labels:  widget
Accordion
Silky-smooth accordion widgets with no external dependencies.
Stars: ✭ 32 (+88.24%)
Mutual labels:  widget
AbsTK
The Abstract Toolkit – a widget toolkit for GUI and text-mode applications.
Stars: ✭ 67 (+294.12%)
Mutual labels:  widget
LabPype
Framework for Creating Pipeline Software
Stars: ✭ 18 (+5.88%)
Mutual labels:  widget
nhl-my-team-ios-widget
"NHL-MyTeam" Scriptable iOS widget 🏒
Stars: ✭ 16 (-5.88%)
Mutual labels:  widget
keyboard layout
Keyboard switcher for Awesome WM with additional layouts
Stars: ✭ 48 (+182.35%)
Mutual labels:  widget
widgetci
a Cross-Platform Widget Management App. (Win/Linux/Mac)
Stars: ✭ 36 (+111.76%)
Mutual labels:  widget
stomt-unreal-plugin
Collect feedback in-game/in-app with STOMT for Unreal Engine.
Stars: ✭ 23 (+35.29%)
Mutual labels:  widget
incrementally loading listview
An extension of the Flutter ListView widget for incrementally loading items upon scrolling
Stars: ✭ 172 (+911.76%)
Mutual labels:  widget
flutter redux
A Flutter Starter Application
Stars: ✭ 25 (+47.06%)
Mutual labels:  widget
FlutterNote
Easy to learn Flutter(Flutter 即学即用,Flutter 速成必备)
Stars: ✭ 22 (+29.41%)
Mutual labels:  widget
handy-scroll
Handy dependency-free floating scrollbar widget
Stars: ✭ 15 (-11.76%)
Mutual labels:  widget
shinyTime
A timeInput widget for Shiny
Stars: ✭ 23 (+35.29%)
Mutual labels:  widget
Pagination
a paging widget based on Qt
Stars: ✭ 22 (+29.41%)
Mutual labels:  widget
KLineChartAndroid
A kline chart UI widget for android(Android版本的k线).
Stars: ✭ 51 (+200%)
Mutual labels:  widget
posts-in-sidebar
Publish a list of posts in your sidebar
Stars: ✭ 19 (+11.76%)
Mutual labels:  widget
covid-19-status
Menu bar widget for MacOS with COVID-19 statistics
Stars: ✭ 50 (+194.12%)
Mutual labels:  widget
DiscoverRandomQuotes
Spontaneous - Random quotes is a free iOS app that generates random quotes. It values ease-of-use just as much as the users' privacy, so there are no ads or trackers to disrupt their experience. The app currently includes more than 75000 quotes, which you can only discover randomly.
Stars: ✭ 34 (+100%)
Mutual labels:  widget

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].