Skip to content

Commit

Permalink
Added comment for initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
davideas committed Aug 18, 2015
1 parent a51215a commit fe19534
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Also note that this adapter handles the basic clicks: _single_ and _long clicks_

#Setup
Ultra simple:
No needs to create and import library for just 2 files, so just *copy* SelectableAdapter.java & FlexibleAdapter.java in your *common* package and start to *extend* FlexibleAdapter from your custom Adapter (see my ExampleAdapter).
No needs to create and import a library for just 2 files, so just *copy* SelectableAdapter.java & FlexibleAdapter.java in your *common* package and start to *extend* FlexibleAdapter from your custom Adapter (see my ExampleAdapter).

Remember to initialize `mItems` (List already included in FlexibleAdapter) in order to manage list items. Method `updateDataSet(..)` can help in this.

####Pull requests / Issues / Improvement requests
Feel free to contribute and ask!
Expand Down

0 comments on commit fe19534

Please sign in to comment.