Create a FooterAdapter. We need this to display a loading ProgressBar at the end of our list. (Don't forget to pass it into FastAdapter.with(..))ItemAdapter<ProgressItem> footerAdapter = new ItemAdapter<>();Keep in mind that ProgressItem is provided by FastAdapter’s extensions....