Understanding JSON and using GSON in Android with Kotlin and Android Studio

Understanding JSON and using GSON in Android with Kotlin and Android Studio

tutorialsEU

3 года назад

24,101 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

BUBATZO
BUBATZO - 10.06.2023 17:04

if i try to do userlisst[i].name the whole app crashes

Ответить
BUBATZO
BUBATZO - 19.05.2023 21:57

i have no charset class, please dont skip as much stuff

Ответить
santi
santi - 21.06.2022 09:56

amazing, it's a worst tutorial

Ответить
Konstantin Anchin
Konstantin Anchin - 17.06.2022 20:52

That was very elegant code, man! And the sound quality is brilliant! English is also very pleasent to understand! Great content!

Ответить
foroogh varmazyar
foroogh varmazyar - 05.05.2022 05:16

thanks a lot :)

Ответить
Tiago Romao
Tiago Romao - 04.04.2022 01:07

Hello, found this video. Well explained but how would do this in 2022, with Jetpack Compose?

Ответить
Md. Shoriful hasan
Md. Shoriful hasan - 25.01.2022 17:02

One of my apps is developed by Kotlin language. After fetching my Data from API by using the retrofit library in my app then I am facing a memory problem on my virtual device.

Ответить
Van Francisco
Van Francisco - 11.11.2021 05:15

I can't seem to access assets.open() method it returns unresolved reference. tried importing packages but still won't cut .

Ответить
Jesus
Jesus - 08.11.2021 21:06

I have several errors, although I did everything the same, could you help me. Unresolved reference: rvUsersList , Unresolved reference: Gson ,Unresolved reference: LinearLayoutManager ,Unresolved reference: rvUsersList , Unresolved reference: JSONException ,Unresolved reference: Charset ,Unresolved reference: IOException

Ответить
Anthony Burke
Anthony Burke - 21.10.2021 17:01

Excellent video! Thanks heaps

Ответить
Adril Sean Bartolome
Adril Sean Bartolome - 10.10.2021 06:52

this used to be easy in webdevelopment lol. didn't expect GSON kotlin tutorials to be this long. btw, still good tutorial :)

Ответить
Unknown Urs
Unknown Urs - 22.09.2021 18:55

What if we have multiple arrays, how we can fetch those array names and display array content when we click on particular array object.
How sort arrays in json alphabetical order.

Ответить
rafed
rafed - 26.08.2021 14:54

Teaching is a natural ability that you simply don't have. I unsubscribed happily because you failed to simplify and explain fundamentals. All you want is to promote your paid courses!

Ответить
SAMKIT SANGHAVI
SAMKIT SANGHAVI - 25.08.2021 14:43

Sir can you make a video on expandable listview? fetching nested data from json file using gson in kotlin?

Ответить
Jacques Oliveira
Jacques Oliveira - 03.08.2021 04:45

Amazing explanation pretty good lesson, thanks man!

Ответить
Alex Drozd
Alex Drozd - 29.06.2021 17:58

Could you pls explain why we need to pass context to adapter when we simply can get it from ViewGroup that is passed in onCreateViewHolder:
LayoutInflater.from(parent.context).inflate(...

Ответить
Jace Crawford
Jace Crawford - 23.04.2021 14:27

Started learning all this about two months ago. Really difficult when things like synthetic x has changed so much and all the guides are showing an older way of connecting view. Even stuff only 6 months old has a ton of depracated concepts.

Ответить
Kingfisher
Kingfisher - 11.03.2021 18:44

Plz do video on motion layout

Ответить
Gary Frewin
Gary Frewin - 17.02.2021 18:41

Great tutorial thanks! One problem for me... where is rvUsersList set? I have the id set in my XML but where is it declared in the code so I can actually use it? Don't I need to do 'findbyID' etc? You don't seem to do any of that here but it doesn't work for me.

Ответить