• Stars
    star
    313
  • Rank 129,248 (Top 3 %)
  • Language
    Java
  • License
    Other
  • Created almost 11 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android ListView with sticky headers

DEPRECATED

HeaderListView is deprecated. No new development will be taking place.

Quickstart

  1. Import the HeaderListView module in your Android Studio project.
  2. Replace your ListView with HeaderListView
  3. Implement a subclass of SectionAdapter
  4. Set it to your HeaderListView with setAdapter(SectionAdapter adapter)

HeaderListView

HeaderListView is a list view with sections and with a cool iOS-like "sticky" section headers. Notice that HeaderListView is not a subclass of Android's ListView but uses composition. Hence, you will need to call getListView() to access the underlying ListView.

More Repositories

1

ADTransitionController

UINavigationController with custom transitions
Objective-C
1,192
star
2

OverlayContainer

Non-intrusive iOS UI library to implement overlay based interfaces
Swift
1,128
star
3

ADLivelyTableView

Lively UITableView
Objective-C
747
star
4

ADClusterMapView

MKMapView with clustering
Objective-C
658
star
5

Cracking-Siri

Files we used to reverse-engineer Siri
Ruby
577
star
6

Vim

Port of the Vim text editor to the iOS
C
532
star
7

PokemonGo_Android_RE

Java
511
star
8

ADLivelyCollectionView

Drop-in subclass of UICollectionView that lets you add custom animations to any UICollectionView
Objective-C
433
star
9

AudioModem

Transfer data using microphone/speaker on iOS devices
Objective-C
196
star
10

Shutterbug

Remote image loader with caching for Android
Java
99
star
11

ADZipURLProtocol

Open static website or access data from a zip archive
C
52
star
12

CandyCrushSolver

This is an Android project that helps you solve the game Candy Crush.
Java
45
star
13

zizou

Elo ranking managed through the messaging software Slack
Ruby
13
star
14

D3Android

D3Android is a new library to make charts on Android
Java
12
star
15

bike-share-prediction

Bike-share usage prediction API
Ruby
10
star
16

clarke

Ruby
8
star
17

Apex

An awesome visualization of what's hot on Apple's App Store
JavaScript
4
star
18

clarke-messenger

Ruby
2
star
19

cyril

Bot pairing Slack users connected to the general channel
Ruby
2
star
20

regex_field

Regex field for Rails FormHelper
JavaScript
1
star
21

spec_tracker

Spec tracker helps tracking tests that validate specification use cases
Ruby
1
star
22

clarke-slack

Ruby
1
star
23

gradle-dependencies-demo

1
star
24

adfastlane-gem

Fastlane wrapper to allow usage of distant Gemfile. Applidium internal usage
Ruby
1
star