Displaying Data From Code
Learn and practice how to implement the recycler view adapter to render a list of blog article in this lesson.
We'll cover the following
Loading data from the Internet
During the previous lessons, we created a BlogHttpClient
that 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.