Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugurcan Yildirim committed May 25, 2016
1 parent 8c02012 commit ee619b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

A custom Android ListView that gets extended at each time new items are loaded by swiping to the bottom of list.

See `app` module for sample usage of **InfiniteListView**.
See the `app` module for the sample usage of **InfiniteListView**.

#### <a name="infinitelistview"></a>InfiniteListView (extends FrameLayout)
- Includes the following UI components:
- SwipeRefreshLayout
- ListView

- Initialize it as follows:
- `infiniteListView.init(adapter,loadingView);`
- `infiniteListView.init(adapter, loadingView);`
- `adapter` (**InfiniteListAdapter**)
- Extend it to create your own adapter
- Override its `onNewLoadRequired()` method to load new items when required
Expand Down

0 comments on commit ee619b3

Please sign in to comment.