Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
As per the suggestion by udacity reviewer,says that:
You should use an empty view. An empty view is a view that appears in a gridview, listview, recyclerview, or equivalent when no data is present to display. For example, if the internet is disabled
Because you are using a recyclerview, you have to implement this yourself, as gridview, and listview already have this functionality built
As per the suggestion by udacity reviewer,says that: