You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello.
in BlogFragment you use RecyclerView that bind to blogObservableArrayList . this is okey but there is another LiveData object that use when blogs receive. why you not bind list to livedata object? there is a useless loop : blogListLiveData receive data and notify to fragment and fragment notify viewmodel to fill blogObservableArrayList then list getting update!
The text was updated successfully, but these errors were encountered:
hello.
in
BlogFragment
you useRecyclerView
that bind toblogObservableArrayList
. this is okey but there is anotherLiveData
object that use when blogs receive. why you not bind list to livedata object? there is a useless loop :blogListLiveData
receive data and notify to fragment and fragment notify viewmodel to fillblogObservableArrayList
then list getting update!The text was updated successfully, but these errors were encountered: