I wonder how you always know what I need to learn. Good work bro!
@DreamInterpretation014 жыл бұрын
Thank you Stevdza-San, excelent tutorial. This is Room with Flow and Hilt. Previous videos was with LiveData. Any way, cool video! Regards
@PandaTop.3 жыл бұрын
how to do it in a fragment?
@vadymfeskin68142 жыл бұрын
My app was based on java, but it was mostly simple enough to convert this over. Worked on the first try!
@peerzadaburhan82652 жыл бұрын
bro can you share your java code please
@medosaad982 жыл бұрын
you're awesome Stev, luv ur videos< 3
@StevdzaSan2 жыл бұрын
Thanks bro!
@本名出さない設定2 жыл бұрын
thanks from japan. your video is very useful to me. thank you very much. sorry, my english is bad.
@bujowskis3 жыл бұрын
Yeah, what's the matter with using Flow instead of LiveData, as you did in the tutorial itself? I'll try to search for a way to do that with LiveData, but it'd be helpful if you give some hint on what's the reason. The Hilt library?
@mrchispa45413 жыл бұрын
If i rotate the screen to landscape mode. The query is losing. How can i solve it? actually i'm filtering the list in a viewmodel too.
@veys70353 жыл бұрын
Thank you, a good and up-to-date example.
@devtoolls4 жыл бұрын
Thank you so much, I was looking for this perfect tutorial well explained!!
@alishanvaliani99524 жыл бұрын
The best of the bests
@harunarrashid30483 жыл бұрын
Thank you sir, query search in this tutorial work in my application :D
@김민지-h3f4 жыл бұрын
Could you upload a tutorial using search view with LiveData???😢😢Please..🙏🙏
@dashaxedit3 жыл бұрын
Thanks for the efforts. But how to implement this with Live data
@qg9394 жыл бұрын
Awesome! I have a question, is there a reason for using Flow instead of LiveData?
@StevdzaSan4 жыл бұрын
It's a good practice to add flow to repository.
@ericgacoki22254 жыл бұрын
Unlike a LiveData, a Flow returns values continuously.
@kwesiamartey4 жыл бұрын
Livedata us deprecated
@thanshaw19943 жыл бұрын
@@kwesiamartey No it is not.
@swaminathbera64072 жыл бұрын
@@kwesiamartey No it's not. Just that It is for Android only and Flow is available in Kotlin and Android both
@abdnezar58724 жыл бұрын
Really is very helpful video 📹 💖
@pritech83022 жыл бұрын
Thank you so much sir
@05Sambist4 жыл бұрын
Thank you! I hope will understand how work with view model and live data in the future ((🙏
@matiasgarcia66844 жыл бұрын
excelent video and very e asy! Please make one about table relationship using foreingkey..
@zainabfahim8714 Жыл бұрын
can someone link the food recipe course mentioned @1:03
Amazing! How to do the same using LazyColumn in compose ?
@manikandan974 жыл бұрын
Hai bro, your tutorials are awesome. Upcoming videos please make a tutorial about android pro-gaud rules it will be helpful for all android developer. Thank you
@peerzadaburhan82652 жыл бұрын
what is adapter.setData() method ?
@thanhhanguyen263 жыл бұрын
thank you so much
@alirezabashi984 жыл бұрын
Thank you very much. It was great. Please, if it 's time, do a dagger training.
@stefanpaunovic79494 жыл бұрын
Radim aplikaciju u kojoj treba da unesem tekst u search i da program proveri uneseni tekst i odvede korisnika na sledeći activity ako tekst ispunjava uslov.Dobro bi mi došla pomoć oko toga.Hvala
@ShubhamSinghMusic4 жыл бұрын
Great video man! Could you please also make a video on properly using DiffUtil in recycler view?
@Nick-cx4rs2 жыл бұрын
awesome
@Funstarmusic2 жыл бұрын
search view result provide incorrect position, when click item after search. please help
@miguelvascomacamo73232 жыл бұрын
Quando voce lista sem fazer a pesquisa, acredito que no click indica uma posicao, enão faça o mesmo no método que faz a pesquisa na Room Database. Translate ito English, is Portuguese language. I had the same problem and i tried to pay atention and i solved it.
@РожковАндрей-х8ш4 жыл бұрын
Couldn't understand all through percentage marks
@abada-s3 жыл бұрын
Please make a tutorial for dependency injection
@ahmadtaqiyudin74024 жыл бұрын
I try to do this in my fragment and it's getting errors.
@rawat_ji51833 жыл бұрын
same I am also unable to use search in fragments
@Funstarmusic2 жыл бұрын
can i get it in java please ??
@son_of_meldi4 жыл бұрын
great!
@RonaldoGuedes2 жыл бұрын
Here it's creating lots of observers! when I refresh the page it's got crazy! is it happens with you?
@sonofasleep33152 жыл бұрын
Same here...
@onlinechatter85783 жыл бұрын
can u make a video tutorials related with Firebase+ room database+ recycleview
@shohagkhan36773 жыл бұрын
Please make a Paging3 tutorial with retrofit and dagger hilt.
@StevdzaSan3 жыл бұрын
I'll be working on a new course in which paging 3 with Jetpack Compose will be included.
@daniyarbaiganov5463 жыл бұрын
How to add searchView to Toolbar right away ?
@trippanachi4 жыл бұрын
If i rotate the screen to landscape mode. Data is losing. How can i solve it❓️.
@mehulbisht97083 жыл бұрын
use a viewmodel, it survives configuration changes.
@RonaldoGuedes2 жыл бұрын
You forgot to show us the Adapter! :(
@mohamedhussien21012 жыл бұрын
I need it with java please?!
@tulasireddy65574 жыл бұрын
Hi sir, please make tutorial on how to play videos in recyclerview using Exoplayer like tiktok in java... please sir make video on this...
@Zeeshan-Syed4 жыл бұрын
Coding with Mitch has a video on it
@tulasireddy65574 жыл бұрын
@@Zeeshan-Syed it's very deficult to understand sir please you make video on that...
@ericgacoki22254 жыл бұрын
@@tulasireddy6557 So I'm not the only one who finds Mitch dificult to understand? 😂
@hirthicshyam92904 жыл бұрын
Please explain with Java
@sanikaveer58859 ай бұрын
Please give me this activity with java
@nullfing2 жыл бұрын
what a great course but i don't know how to use Kotlin yet 😭😭