Now that FirebaseRecyclerAdapter
allows us to override methods, do we have any method that could be overridden to check if there is a child present under Database Reference node? If there is no child we should be able to update UI accordingly.
Until now, there was no way we could it, unless we attach an EventListener
separately to the Ref node and check if DataSnapshot
has any child, which is just overhead, redundant task I thought.
Any help is very much appreciated. Thank you!