Hide recyclerview when there is no item to show with condition
问题 I am facing a problem to hide RecyclerView . From Last 2 night's I am looking for the solution but I have failed to find it. I am using firebase recycleradapter to show value in recyclerview . When ever someone click the viewholderitem i save his Uid under the datasnapshot key. So to show the value if datasnapshot don't have the uid key show the value in recyclerview . If the datasnapshot have the uid key don't show his data . everything works fine . But i want to hide the recyclerview and