API Calling Using Retrofit With Jetpack Compose (MVVM) For Beginners

preview_player
Показать описание
In this jetpack compose tutorial we are going to call an API that will list characters and display results using jetpack compose. and we learn about coil image loading library for jetpack compose.

Project

00:00 Intro
00:03 what we will build
00:25 projects dependency
00:03 what we will build
00:56 The API
02:57 API model class
07:24 API constants
08:35 API Service (character API)
11:12 Repository
13:07 dependency injection
20:08 ViewModel
22:24 composable screens
31:26 launching the app

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

Finally someone actually thought of making a tutorial with RestAPI and Clean Arch. Great work mate, keep it up !!
thank you soooo much man

egesamur
Автор

Finally someone actually thought of making a tutorial with RestAPI and Clean Arch. Great work mate, keep it up !!

realtwizy
Автор

Thankyou so much for explaining each and everything as clear as possible rather than just coding....

harisai
Автор

You made it as simple as possible. Thank you man!

emirsehic
Автор

Just the best simple example of using dagger-hilt and retrofit, thx a lot

HiltModuleImp
Автор

Thank you!. Just what i was looking for

JoseLuisUcan
Автор

Thank you, you know how to teach efficiently 8)

hanac
Автор

My man. Thank you so much for helping us. I need more help with retrofit. I wish i understood

henrygalvan
Автор

Cara, tentei expressar minha gratidão em inglês, mas não consegui. Seu vídeo me salvou e estou feliz demais para descrever a importância do seu vídeo para mim.

euriconfneto
Автор

Thanks a lot. Next time please improve the audio, It's a bit low. Few questions...
1) 22:18 we are storing all Character data in "_state", but I did not see that variable used anywhere! Even on HomeScreen varable ""state" is being used. What's happening there?

rma
Автор

Loved the video - MVVM & Compose :-) - but the source code seems to be outdated...please update the repo.

noelnosse
Автор

i am getting error at JSON "Unresolved reference: Json"

anmolchopra
Автор

I don't think the module was used what's going on there

ericthemadscientist
Автор

Hello, I have this error Expected BEGIN_ARRAY but was BEGIN_OBJECT at path $, please help me

ahmedaaoua