JSON Parsing - Parse JSON Data from Web URL in Android | Android Studio Tutorial | 2021

preview_player
Показать описание
JSON Parsing - Parse JSON Data from Web URL in Android | Android Studio Tutorial | 2021

---------------------------------------------------------------------------------------------------------------------------------------------------------

Equipment I Use to Make My videos:

--------------------------------------------------------------------------------------------------------------------------------------------------------

Hey Developers,
In this video, I have explained :
* How to parse json data
* fetching json data into listview
* Asynch task deprecated solution.

How to Retrieve Data from Firebase Database using Kotlin

How to Update Data in Realtime Database using Kotlin in Android Studio

How to Delete Data from Realtime Database using Kotlin in Android Studio

Kotlin Functions and Methods - Basics and Syntax

Firebase Data to RecyclerView

How to Add SearchView in Android App using Kotlin

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

Hey! really thankful for your video but I have one question, can we extend the "Asynctask" parsing <String, Void, String> instead of the "Thread" class?

CAPARSO
Автор

Bye the Way Thanks for this video your effort helping others...

saga
Автор

You have explained the steps very methodically. Thank you very much!

TheVergilfrans
Автор

Thanks a lot for all that tutorials you've placed for us!

timta
Автор

thank you brother for this great video it is really helpful.

jaydipchavda
Автор

Thank you so much now I'll I'll easily complete my task

kartik
Автор

Excellent video. Question: Can I still follow your instructions if I'm using Kotlin instead of Java in Android Studio?

rickmosebach
Автор

Great explanation. Can you make Android tutorial with Kotlin from basic to advanced.. please.

PAVANKISTAMSETTYRA
Автор

Feel like want to cry, because i thought in kotlin we cannot parse json.

I was considering to learn c++ programming in visual studio, but c++ is only compile into native machine language not like kotlin can be understood across all different cpus.

Its a headache trying to configure kotlin and gradle project only without android studio.

Or is there a way we can compile this code without android studio? Only kotlin and
gradle are used.

abacaabaca
Автор

Thank you very much for your great tutorials! Only one request: please please leave the source code, It is very difficult to find the mistakes that I have made

ship-ywxk
Автор

Hi, is there a way to do this process only by local Ip Address of the PC ? Sending a message to the android phone through the IP Address of the pc etc... Would really appreciate the help :)

banohenri
Автор

Hey I ran into a problem. You're JSON file has array in it whereas when I convert Google sheet to json, it doesn't have any array it's simply "name": "asdfgh",
You're JSON file has "Users" too in the beginning
So how to solve this problem

avs_lr
Автор

This doesn't work. I am new to this but when did you ever pass the buffered read data to the line string?
I guess that's why you didn't show the app being built on the system itself.

makingtechfriendly
Автор

Sir do we need to use volly library to fetch the data ?

krishnarawal
Автор

this error comes bro. what should I do now ? see your 47 no. line. i think it is the reason of this error

Attempt to invoke virtual method 'void on a null object reference

musicbeats
Автор

Les images dans Jason en local tutoriel no images Web base

ultimat.
Автор

thank you it was great
but i have a problem can anyone help ?
how can I user setAdapter without binding ??!

sarahhakeam
Автор

bhaiya video upload kro naa ... Firebase se recycler view mein data retrive krne wala...kotlin mein..

saga
Автор

Hello, I've tried this one but the data won't fetch, can you help me?

kyoshiiiii_
Автор

bro in this video you have used Threads. the process runs in the background, but on changing orientation or configuration of the phone ...this thread started again ??? if it has started then it has to reload data again. and more memory resource usage.. what is the solution for this

codetheandroid