diff --git a/README.md b/README.md index 508d478..10ddd8b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ android { experimental = true } } -implementation 'com.github.liverm0r:delegateadapters:v2.02' +implementation 'com.github.liverm0r:delegateadapters:v2.03' ``` You also have to add this in your project build.gradle @@ -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