Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
D00mch committed Jun 21, 2019
1 parent b529b8f commit aa2f638
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ Now you can use DiffUtilCompositeAdapter just like the base RecyclerView.Adapter

![example](https://github.com/Liverm0r/DelegateAdapters/blob/master/feed_example.jpg)

See example in code: [KotlinBaseExampleActivity.kt][1]

[1]: https://github.com/Liverm0r/DelegateAdapters/blob/master/example/src/main/java/com/example/dumchev/delegateadapters/base/KotlinBaseExampleActivity.kt

## Example of usage in Java

Expand Down Expand Up @@ -170,7 +173,9 @@ And create your CompositeDelegateAdapter (RecyclerView.Adapter):
.build();
```

Check the examples in this project.

See code-example: [BaseExampleActivity.java][2]
[2]: https://github.com/Liverm0r/DelegateAdapters/blob/master/example/src/main/java/com/example/dumchev/delegateadapters/base/BaseExampleActivity.java

## License

Expand Down

0 comments on commit aa2f638

Please sign in to comment.