Skip to content

Commit

Permalink
Add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarek Belkahia committed Apr 25, 2016
1 parent f9c33c2 commit 73d4893
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
@@ -1,3 +1,7 @@
# DEPRECATED

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

# Quickstart

1. Import the HeaderListView module in your Android Studio project.
Expand All @@ -8,8 +12,3 @@
# 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`.

# Future work

- Handle listViews with fast scroll
- See if there are methods to dispatch to mListView

0 comments on commit 73d4893

Please sign in to comment.