I am working on the Android auto media app and I want to set custom error text (or custom background text) when loading items has failed due to a network error etc. By default there are only two edge case scenarios:
onLoadChildren() method returns an empty list.Is there any way I can update one or another? …