11. How to parse a complex JSON using Plugins in Android Studio

preview_player
Показать описание
In this video series we will learn how to parse a simple JSON in Android using the latest tools and technologies in Android.

Throughout the series we will cover the following topics:

What is JSON?
View Binding
ViewModels and Live Data
Creating POJO's
Json Parsing
HTTP Calls in Android
Json Parsing Step by Step
Coroutines and suspended functions
Google's GSON
Retrofit
GSONConverterFactory
Glide
POJO Plugin

Json end point urls:

Рекомендации по теме
Комментарии
Автор

Very good tutorial. I learned a lot. However, there were times when I couldn't build the code mainly due to dependencies. I had to Google for answers. But, I was able to complete the demo. Thank you.

MSaleemYusuf
Автор

Nice Job, very simple and good tutorial !! I have a question, if I want to fetch Cast class, instead of Movie, my mutablelivedata will be cast ?

for example : MutableLiveData<Cast>()

and in my adapter I will use List<Cast>



is that correct ?

whitemamba
Автор

Amazing series! Quick and too the point, packed with info. Great job! What is your opinion on Moshi and OKHttp?

PhilandNevie