From aa2f6383f730b8d76c3bb46919c5197de48f77fa Mon Sep 17 00:00:00 2001 From: liverm0r Date: Fri, 21 Jun 2019 13:17:03 +0300 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 508d478..1cdda05 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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