I tried to do some analog of example from here: http://www.mutualmobile.com/posts/using-data-binding-api-in-recyclerview And everything works correct except image url binding. I
Found my problem. Instead of:
app.imageUrl="@{item.imageUrl}"
Must be:
app:imageUrl="@{item.imageUrl}"