How to Quickly Fetch Parse JSON with OkHttp and Gson
Kotlin Youtube
Today, we learn how to fetch JSON data and integrate it using Model objects in our application. What's going to make our lives a lot easier is to use the help of OkHttp and Gson to fetch and parse our objects. Once we construct a HomeFeed model containing a list of videos, we will modify MainAdapter to dynamically render our list using this REST api endpoint. Enjoy.

Comments (3)
JohnMeri
5 years ago
Avi Parshan
5 years ago
Ahmed Khairy
6 years ago
pazeddwin
5 years ago
HELP & SUPPORT