Displaying Data From Code
In this lesson, we will implement the recycler view adapter to render a list of blog articles.
We'll cover the following
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 1400+ tech skills courses.