The new DataBinding api is pretty easy to use for most simple bindings. When binding to a view that lives in a RecyclerView or other Adapter dependent View you need to stop and think a bit to get it right. We will walk through one way of getting this binding to work, and try to […]
The post RecyclerView and Databinding appeared first on blog..