Jetpack Compose basics | Workshop

preview_player
Показать описание
This Workshop takes you through the basics of building your first app with Jetpack Compose, Android's new modern UI toolkit that simplifies and accelerates UI development on Android.

To follow the Workshop, make sure you have the latest Android Studio (Arctic Fox Beta or newer) installed.

Resources:

Speaker: Florina Muntenescu

Watch more:

#GoogleIO #Android #Featured #JetpackCompose

product: Android - Jetpack Compose; event: Google I/O 2021; fullname: Florina Muntenescu; re_ty: Livestream;
Рекомендации по теме
Комментарии
Автор

Although mic quality is not the best, strangely I had no problem hearing Florina talk, despite other comments.
Thanks for this workshop, !

oleksee
Автор

Me:*Learns new stuff in android*
*Just the next day*
Google:You know what? we got a new way of doing that that is easier and yeah it requires you to learn it.
Me:*dies in learning*

thecodingfeast
Автор

Kudos for this simple walk-through. It's great to see how Compose has managed to bring all of React's superpowers into the Android ecosystem.

dvidia
Автор

I like how recyclerview (Including adapter, viewholder) is being implemented in JC, just using Column and loop, so easy, that's amazing...

daniyar
Автор

Excellent workshop on using Jetpack Compose with Kotlin for Android programming. Watching this video after getting stuck made it much more clear to me how to continue past my stuck point. I will continue again until I get it right all the way through to the end of the codelab.

markdheilong
Автор

Jetpack Compose is an amazing experience so far.

n-o-i-d
Автор

Except for the sound, this is a great tutorial!

rondamon
Автор

Pro tip: The audio volume is very low until 36:38, then it suddenly gets louder. Turn your speakers/headphone volume down at that timestamp :p

jobbb
Автор

Great tutorial on Jetpack compose. I really love Android and hope one day to build my own Android OS phone using Linux. I also use Ubuntu Servers for hosting my Android apps. As a Software Engineer I love Android development pretty easy.😊😊😊😊😊😊🎉🎉🎉

mattolinallc
Автор

regarding state keeping, why did you make composable function-only? Why not make them class based like flutter's Widgets?

TheMikkelet
Автор

Previewing simple steps like changing background color or changing margin taking lots of sec(when running for first time) this is where I want jetpack Compose's team to work on because system like I have can take upto minutes.

LifeLessonsLearned
Автор

Thank you! This one is really interesting. I see how UI is made in Flutter and it's just the same idea

easyCodeRu
Автор

@Florina Muntenescu - here in this workshop, we have used the function names without the lower camel case, Is it something which is recommended for Composable?

intellect.dev
Автор

I'll have to watch this later with headphones.... 😕. Thanks for the session nontheless.

theren
Автор

Other than the audio, it's awesome! tutorial thank you.

silver
Автор

That was nice explanation, specially that lazy column thing

_AnkitBisht
Автор

Either the audio was edited - or I must have super-listening-powers ;)
Nah, amazing video! Great content! I didn't have any problems understanding Florina.

adrianjoachim
Автор

Where can I find the whole list of the composable components like Text and Surface?

andalus
Автор

On new versions use rememberSaveable instead of remember at the Button counter click variable declaration

CarlosSaltos
Автор

This is not beginner friendly at all . Is this so much better that worth transitioning from something that we know and that works quite well? What are we aiming for here? I don't mind changes, I love them. Is there someone who can explain to me why is this better?

MateusMeurer