...

/

Replacing the Loading and Displaying of Bands

Replacing the Loading and Displaying of Bands

In this lesson, you’ll learn how to convert the band loading process from Plain Old Java Object (POJOs) to a fetch request.

fetch request

Following the flow of data in our application, it makes sense to start by converting the loading of bands. Instead of using the list of POJOs, we’ll issue a fetch request and use the list of bands in the response as our primary data. All this takes place in the bands ...

Access this course and 1400+ top-rated courses and projects.