Is their a way, by using the ObservableList class from the new Data Binding library and the MVVM pattern, to avoid using "notifyItem(s)..." methods from the Adapter class?
Or if not what could be the simpliest way to bind an ObservableList to a RecyclerView?
Thank's for any clue !