The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
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
Profile Card displays followers and likes of a profile with follow/unfollow and like/unlike buttons made with JavaScript which increases the followers and likes count.
As per the suggestion by udacity reviewer,says that: