viewmodel-firebase-sample icon indicating copy to clipboard operation
viewmodel-firebase-sample copied to clipboard

Will the onChanged function get called even if a child of article1 is changed?

Open mcg95 opened this issue 5 years ago • 0 comments

@Override public void onChanged(@Nullable List<Article> articles) { recyclerView.setAdapter(new ArticleAdapter(articles)); }

Will this function get called if, for example in your Firebase List, if the price or name of the item is changed? Or is it only called when the whole node (eg: article1 or article 2) gets removed?

Edit: Spelling error

mcg95 avatar May 17 '19 12:05 mcg95