Retrofit Tutorial #5 - Parsing JSON from nested object using Retrofit - [Movie App 3]

preview_player
Показать описание
🔥 In this video, we will learn how to use Retrofit to parse #JSON from url with nested JSON objects and display the movies into recyclerView. We will start a new course about #Mastering #Retrofit. So, if you want to join our family, just hit subscribe and you get new tutorials everyday.
⚠️⚠️⚠️ All Source Codes of projects in this video and this channel are available to download from this exclusive udemy course ⚠️⚠️⚠️
📌 Hello my friends & welcome to master coding channel, where you can learn coding from zero to hero free. So, if you want to learn coding and keep us making new tutorials by:
🔸SUBSCRIBE✔
🔸LIKE 👍
🔸SHARE ✉

⭐️⭐️⭐️ Special Offer Udemy Course:
The Complete Android 10 Developer Course ⭐️⭐️⭐️

⭐️⭐️⭐️ Mastering Java Course - Complete Java Course ⭐️⭐️⭐️

⭐️ ❗ Subscribe to the channel: ⭐️

⭐️ Master Android App: ⭐️

⭐️ Master Flutter App: ⭐️

You don't need to learn Android/ Java and iOS/ Swift development to build real native mobile apps! Just Click This link and follow the tutorials from zero:

Don't miss to subscribe by clicking this link:

Never Miss to Like and Subscribe to get latest flutter, android and java tutorials.

Topics
00:00 - App Overview
00:24 - Creating JSON URL
02:11 - Model Class
11:10 - Layouts & Adapter Class
25:51 - Testing our app
27:10 - Subscribe time ;)

TAGS
json
retrofit
retrofit parsing
parsing json using retrofit
retrofit json
json retrofit
retrofit library
Retrofit json
JSON
RETROFIT
Retrofit Tutorial
retrofit json parsing
parse json
how to parse json
parse
json parse
parse json in vba
parse json
parse json android
json parsing
how to parse json data
excel json parser
parse json android studio
parse json with recycleview
how to parse json data in android
Parsing JSON from URL into ListView
Parsing JSON from URL into ListView
parse json in c
parse json php
vba parse json
parse json guide
parse json swift
parse json swift 3
json parsing tutorial
json tutorial
vba json parser
how to parse a json
java json parser
java parse json string
how to parse json swift
how to parse json from assets folder
how to parse json from assets
assets file json parsing
storing json in assets
Creating Movie App
GET Simple JSON
Parsing JSON from API into RecyclerView
Parsing JSON from API into RecyclerView
parsing json from api
Рекомендации по теме
Комментарии
Автор

Thanks for explaining it step - by - step

lokmanhakim
Автор

Comment "thanks" to push us making new videos everyday ;)

MasterCodingTeam
Автор

Thank you i m stuck like this type gson array you solve my problem thank you sir

codingwithfaizan
Автор

Thanks for listening to feedbacks and explaining each step in detail. Great job !

marcot
Автор

Thank you from Russia. The best course on the Internet.

alexeytaushkanov
Автор

Thank you for explaining everything clearly! Helped me a lot :)

robgodfrey
Автор

thanks, this is a great guide that i am looking for. Hope you can produce more videos.

aichoai
Автор

thank you so much! i haven't tried yet but i wanna thank you in advance hehe ill edit my comment once i implement the code 👌

jeonghansyndrome
Автор

Hi, really great tutorials! I am trying to parse a JSON from a URL which has lots of fields but I only want to display 2 or 3 of them. Do you have a tutorial that covers this? ps I have already subscribed!

stuartmayo
Автор

Great content, would you be continuing the series ? POST, PUT, DELETE etc...

johnlee
Автор

Thanks for the tutorials #MASTERCODING is the Best can you pls commment the url

hoddiewarrior
Автор

Can you make video for uploading ang getting data's from website database in java?

Karthik-lebw
Автор

How do I get specific nested json object, without making those nested class for each API responses?

sleepydev
Автор

Please Create a video parsing (nested json Array) into RecyclerView using Retrofit in Android

KamrujjamanJoy
Автор

Thanks..
How to solve recyclerview adapter attached id null

PankajPatidar
Автор

Hi, please how can i fetch a json file from a google drive link, the link doesn t end with .json so the app doesn t detect the json file and can t read it

walochannel
Автор

How to parse it, if there is an array of objects inside the "Details" section?

samkitsanghavi
Автор

if we have two nested array in gson then how to do it

codingwithfaizan
Автор

hi do you have kotlin version of this ?

yusuffadhillah
Автор

please create a video for array of review like array into array like this {
"moviz":[
{
"Category": "action",
"category_id":"001",
"subcat":[
{
"sub_title":"korean",
"sub_rat":"9"},
{
"sub_title":"china",
"sub_rat":"9"
},
]
},
{
"Category": "action",
"category_id":"001",
"subcat":[
{
"sub_title":"korean",
"sub_rat":"9"},
{
"sub_title":"china",
"sub_rat":"9"
},
]
}
]
}

KamrujjamanJoy