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
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
In addition to ContentProviders.withFirst(), a fallback could also be used to fetch different content, if the primary ContentProvider is returning empty content.
While this has performance implications (sequential fetching of content instead of parallel fetching as in ContentProviders.withFirst()), sometimes this might be helpful.
The text was updated successfully, but these errors were encountered:
In addition to ContentProviders.withFirst(), a fallback could also be used to fetch different content, if the primary ContentProvider is returning empty content.
While this has performance implications (sequential fetching of content instead of parallel fetching as in ContentProviders.withFirst()), sometimes this might be helpful.
The text was updated successfully, but these errors were encountered: