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
Basically when the RecyclerView will be empty we need a way to allow for a callback that will allow us to do something when something goes wrong.
I can think of 3 error states:
No results (Search returned no results)
No connection (Internet connection error)
Generic error (Something else)
We mainly want this so that the caller can add Views/Layouts to display when one of these happens and callbacks too to maybe act accordingly as well.
The text was updated successfully, but these errors were encountered:
Basically when the RecyclerView will be empty we need a way to allow for a callback that will allow us to do something when something goes wrong.
I can think of 3 error states:
We mainly want this so that the caller can add Views/Layouts to display when one of these happens and callbacks too to maybe act accordingly as well.
The text was updated successfully, but these errors were encountered: