We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7b917 commit a9f821eCopy full SHA for a9f821e
README.md
@@ -260,6 +260,11 @@ binding.recyclerView.adapter = mAdapter.getAdapter()
260
Show multiple view types in your listing, for eg: heading and list
261
implement ```UniversalViewType``` in your model and override ```getLayoutId()```
262
263
+
264
+screenshot : [view fullscreen](https://github.com/yogeshpaliyal/Android-Universal-Recycler-View-Adapter/blob/master/images/universal_recycler_view_multiple_view_type.png)
265
266
+<img src="https://github.com/yogeshpaliyal/Android-Universal-Recycler-View-Adapter/blob/master/images/universal_recycler_view_multiple_view_type.png?raw=true" width="30%" />
267
268
example :
269
270
#### Heading Model
0 commit comments