Hey, I’ve a a list of objects and a recyclerview f...
# android
f
Hey, I’ve a a list of objects and a recyclerview for that list. on clicking recyclerview item, i do some operation/s for that position in that list, and similarly notifying recyclerview if any of the item is changing in the list, is there any way if i can convert both list and my recyclerview adapter to observables like
ObservableList
and
ObservableRecyclerViewAdapter
and make both of them co dependent, so that i don’t have to manually notify anyone if something is changed in other? (edit: I know i should’ve asked these kind of questions on SO, but since this is an active channel, i thought of asking it here, since it’ll be a lot faster)
stackoverflow 2
👎 1