To cope with huge amounts of data, the API-server usually answers every request paginated (learning-list-overview, learning-list-entries). So far only the first page is displayed in the app. We should be able to extend that list when needed (user scrolls all the way to the bottom, or maybe some 'load-more' button is clicked).
To cope with huge amounts of data, the API-server usually answers every request paginated (learning-list-overview, learning-list-entries). So far only the first page is displayed in the app. We should be able to extend that list when needed (user scrolls all the way to the bottom, or maybe some 'load-more' button is clicked).