Did You Know THIS About Compose States?! 😱

preview_player
Показать описание
Follow for more Android & Kotlin tips 🙌
Рекомендации по теме
Комментарии
Автор

These shorts are very helpful ❤️, more on compose and clean arch. would be great!!!

rahul_spawar
Автор

I discovered your channel few days ago and I was reviewing it when I found this pill, and it solves just exactly one of the problems that I'm facing this week at my new job. So really really thank very much!!! <3

ErnestoVega
Автор

Ugh. I remember when I spent hours trying to figure out why my stateflow is not collected when a new item is added in a list. Then I dug in deeper into deep copying, optics and arrow

MrSN
Автор

nice!
I had this issue recently related to this, didn't know about the mutableStateListOf

flaviunes
Автор

nice, please do more shorts in compose, states..

androidpc
Автор

Kotlin compose has a great state without any addition library actually, but my project has to be cross platform with single code so i use flutter then, i hope kotlin compose can do this in the future 😢

pamungkas_
Автор

I was already aware of it, but had to learn it the hard way.

mindfulnessrock
Автор

what is this editor color theme? i like it!!

reverchen
Автор

I don't understand why would anyone create these state variables on compose screens? Shouldn't you keep them in view model's state?

jeky
Автор

I personally don't really like when a language offers some flexibility in term of syntactic sugar or shortcut in the code..

What is important in programming is the if block and for loop that's it and function and variable

Maybe class but not interface that's it

orangasli