Displaying Data From Code

In this lesson, we will implement the recycler view adapter to render a list of blog articles.

Loading data from the Internet #

During the previous lessons, we created a BlogHttpClient which loads a list of blog articles. Let’s modify our code to support the new JSON format.

Old JSON format:

Get hands-on with 1200+ tech skills courses.