@AlexeySimple

this video in 5 minutes explains more than other videos in an hour

@nasimnajand

I swear that it is the most useful 5 minutes explanation I've ever find in whole Android Developers video or text documentation

@n-o-i-d

As someone who was often skeptical about changes introduced in the Android ecosystem, I have to say I tried Compose and so far I think it's a huge improvement.

@codinginflow

This was very clear, thank you

@genctasbasi

Probably the most useful 5 minutes video out there, explaining the most important core concepts of Jetpack Compose. Well done and thanks.

@dhananjaywithme

Going back to Android Development after Flutter will now be easy! This is beautiful! Thank you!

@JeremyC8883

If anyone is wondering why observeAsState is an unresolved reference, add the androidx.compose.runtime:runtime-livedata:<versionnumber> dependency to your gradle, and then import androidx.compose.runtime.getValue and androidx.compose.runtime.livedata.observeAsState.

@michaelhighsmith4907

Incredible tutorial. Short and to the point but I love how it shows each possible implementation and then builds on it. Very excited to start integrating compose into our app!

@鎧恩-m1v

Better than reading English document boringly! THANK YOU!

@InFeCTeDGaming2011

Had some issues remembering a state when using LazyColumn in Compose for Desktop.  Once you used rememberSaveable a lightbulb went off and  made the change in my code. Worked like a charm. Thanks!

@louiscad1149

Thank you for that great overview of usage of state in Compose!
The design of the API is great!

@vikas.patidar

This is simple and great overview. I would like to suggest about including a short intro about the specific dependencies used as well.

@mianala

This is what I was looking for. Thanks.

@ugur199

It says "Unresolved reference: viewModel".
During default parameter assignment in  - fun HelloScreen(helloViewModel : HelloViewModel = viewModel()) - function. 
What could be the reason, what am i missing, can anyone help ?

@Matt_Yang

Wow!!! this video is Fantastic!!!! Very concise and clear

@cubevlmu385

Thanks for Android Developer, it make develop android app more easy xD

@Alex-Tabu

Thank you. It was really nicely explained.

@dmorales8027

Wonderfull Explain!!! More Videos like this please!!!!

@gsmtechzambia

I'm new to compose, and see people saying managing state in hard. From first Impressions, the video seems to show something similar to what we do with our eyes closed to ReactJS

@SanketBhat7

Awesome 👍, we did not see a single xml file in this entire video 🎉