Тёмный

Jetpack Compose basics code-along 

Android Developers
Подписаться 1,3 млн
Просмотров 94 тыс.
50% 1

Watch how Android experts go through the Basics of Jetpack Compose and answer audience questions live.
Go hands-on and learn the fundamentals of declarative UI, working with state, layouts, and theming. You'll see what composables and modifiers are, how to work with basic UI elements such as Row and Column, and how to give state to your app.
Pathway → goo.gle/jc-basics
Speakers:
Florina Muntenescu, Jolanda Verhoef
Watch more:
Watch all the Android Dev Summit sessions → goo.gle/ads21-allsessions
Watch all the Jetpack Compose, now with Material You sessions → goo.gle/ads21-materialcompose
Subscribe to Android Developers → goo.gle/AndroidDevs
#AndroidDevSummit, #AndroidCodeAlong #Featured #Latest #Compose #UI
product: Android - Jetpack Compose; event: Android Dev Summit 2021; fullname: Florina Muntenescu, Jolanda Verhoef; re_ty: Publish;

Наука

Опубликовано:

 

8 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@jozeri_dee
@jozeri_dee 11 месяцев назад
50:00 "so no more recyclerviews? no more adapters? I can actually be lazy?" Laughed so hard, classic florina! 🤣
@robchr
@robchr 2 года назад
Compose is a game changer on Android. I've been using it since Jan 2021 and it has greatly increased my productivity when designing UI. Goodbye writing XML and android themes and styles. The only downside is it is a steep learning curve to understand how to update UI state.
@renascienza.bazarclub
@renascienza.bazarclub 2 года назад
Very, very grateful for this lab! ❤️ Someone already figured out an efficient way to create a lazy column staggered on compose?
@JoseCastillo-df5xw
@JoseCastillo-df5xw 4 месяца назад
2024 and this is my first Great Tutorial for Android
@limchongyih6186
@limchongyih6186 2 года назад
This video is great, I have done the Codelab before but I could not understand it fully. following step by step in this video filled in lots of gaps and make it more engaging. Hope there are more videos like this. Thanks.
@AndroidDevelopers
@AndroidDevelopers 2 года назад
Thanks for the feedback and support! We're glad the video helped advance your understanding of the topic.
@SiTheMon777
@SiTheMon777 2 года назад
This was so useful. Thanks!
@zacharylippard2994
@zacharylippard2994 2 года назад
This was a fantastic code-along! Thanks so much Florina and Jolanda!
@user-yr7td9wg6b
@user-yr7td9wg6b 2 года назад
Г7665еее5шщщщ86 гл лорн
@orlandoreyes884
@orlandoreyes884 Год назад
It seems Jetpack is easiest than Flutter. Thank you Florina and Jolanda you did great!!
@slobom.6744
@slobom.6744 Год назад
This was awsome, many thanks and please keep it up this way!
@dev_jeongdaeri
@dev_jeongdaeri 2 года назад
Super amazing!!!
@akthamahmed2171
@akthamahmed2171 2 года назад
Thanks 🌹 Awesome 👏
@sergiofonseca7802
@sergiofonseca7802 2 года назад
Very nice video!!! Congrats girls!
@ranjietolentinoalag4884
@ranjietolentinoalag4884 2 года назад
Good morning guys from Philippines
@adilabuwani4932
@adilabuwani4932 2 года назад
great coding along, however At 48:41 after using LazyColumn for populating list items, I believe we should then be able to remove the upper column that was used on line number 57, and just let the lazyColumn do the lazy loading for us.
@user-kw6gi2md5x
@user-kw6gi2md5x 2 года назад
nice,非常不错的入门视频😀
@happyhans6427
@happyhans6427 2 года назад
Thanks for this code along it was really engaging and inspired to try it out. 😎
@MaracuyaFrozen
@MaracuyaFrozen 8 месяцев назад
Thank you
@victormanuelharotorres9234
@victormanuelharotorres9234 2 года назад
Hey gracias por el mensaje y sobre todo
@Joadar
@Joadar 2 года назад
Awesome, very excited about Compose, thank you for the video!
@r4jjin
@r4jjin 2 года назад
awesome 😎
@timmynguyen1278
@timmynguyen1278 2 года назад
Does anyone know why my Greetings Screen isn't fully dark in darkmode? The text and surface colors changes but the background is still white, not black. I used the same emulator and api version.
@fatihsuat
@fatihsuat 2 года назад
Obviously mobile app development moves to declarative programming paradigm. As soon as possible We have to accept it and start coding with this method.
@albab790
@albab790 Год назад
Tankyou
@creativevision9204
@creativevision9204 Год назад
Awesome thanks for this. Got me upto speed. Is there a code along for data handling and passing between screens, networking with JetPack compose ?
@AndroidDevelopers
@AndroidDevelopers Год назад
Hi there! Check out the navigation codelab in the link below! You're best placed to find the answers you need there: goo.gle/3SyNgjy Hope this helps 😎
@creativevision9204
@creativevision9204 Год назад
@@AndroidDevelopers thanks started it.
@aghaaslam9575
@aghaaslam9575 4 месяца назад
29:05 such state expression with only boolean will not work, because when the state changed (when the button is clicked) we want the program to be recompose again.
@s4ryder
@s4ryder 2 месяца назад
At 7:15 why do you surround the Text() with a Surface{} when the entire Greeting() is surrounded by a Surface{} on line 19?
@nasimnajand9697
@nasimnajand9697 Месяц назад
Thanks in advance. Could you help me with Surface in compose? when we should prefer a Surface over others?
@withKaaveh
@withKaaveh 2 года назад
Please stabilize Android studio more to have more pleasant coding with Compose. Also it's very buggy in multi modular app :(
@johnnyrivera3224
@johnnyrivera3224 2 года назад
Any way to stream this video? I tried cut n paste into youtube app and it didnt work.
@nickstojanovic9663
@nickstojanovic9663 2 года назад
I came here from web development and didn't even expect that UI development for android would look similar to using any javascript-based reactive framework. To tell the truth, I was afraid to rewrite my web application, but now I don't see any obstacles
@samwelotieno9452
@samwelotieno9452 2 года назад
what shortcut do you use to surround with say column or other code?
@jolandaverhoef7674
@jolandaverhoef7674 2 года назад
Option + Enter (Mac) or Alt + Enter (Windows)
@samwelotieno9452
@samwelotieno9452 2 года назад
@@jolandaverhoef7674 thanks
@milo4539
@milo4539 5 месяцев назад
The preview isn't working anymore for this project on newer Android Studio versions
@SouthernPole
@SouthernPole 2 года назад
the time is 00:12 new year day I am going to starting with jetpack compose
@albertocastro5496
@albertocastro5496 Год назад
Can someone tell me how Jolanda selected the variable in different parts of the code after highlighting it?
@user-zg3wm9ru7n
@user-zg3wm9ru7n Год назад
idk either
@belia_
@belia_ Год назад
to select matches sequentially: Alt + J (Windows) / Control + G (Mac) or to select all matching occurrences at once: CTRL + Shift + Alt + J (Windows) / Control + Command + G (Mac)
@CanaldoSuel
@CanaldoSuel Год назад
Is very fast and simple do make a recycle view
@DonaldTamMisterDee
@DonaldTamMisterDee 2 года назад
secretly wished compose doesn't require any compiler plugin and instead relies on language constructs the magic behind jetpack compose is too opaque as a result of this
@user-sl2hs5zj5n
@user-sl2hs5zj5n Год назад
56:20 any legend here to why they are smiling.?
@bharathisukumar6839
@bharathisukumar6839 Год назад
This is very similar to flutter
@eliasayele1102
@eliasayele1102 2 года назад
Thanks for your effort, but we need quality videos , is google can't afford good mic for these people's ?
@ramkumarbarmanramkumarbarm6949
@ramkumarbarmanramkumarbarm6949 2 года назад
Ķ
@muhammadkamran301
@muhammadkamran301 2 года назад
Copy 🐈 of SwiftUI but the preview loads slowly 🐌.
@faizaaslam100
@faizaaslam100 2 года назад
Android is in the evolving phase and this time is very painful...
@RianY2K
@RianY2K 2 года назад
This remind me of Flutter, but Flutter is more easier.
@Onenrico
@Onenrico 2 года назад
for kotlin dev compose is easier 😀
@KoradiyaAbhay
@KoradiyaAbhay 2 года назад
yes because it has class rather then function.
@pablovaldes6022
@pablovaldes6022 2 года назад
Flutter still superior IMO
@cs-ope
@cs-ope Год назад
This audio is horrible
Далее
Basic layouts in Compose
1:01:41
Просмотров 58 тыс.
Впервые дал другу машину…
00:57
Jetpack Compose migration code-along
56:56
Просмотров 34 тыс.
Understanding Compose (Android Dev Summit '19)
36:15
Просмотров 71 тыс.
Practical magic with animations in Jetpack Compose
32:46
More performance tips for Jetpack Compose
20:47
Просмотров 38 тыс.
Thinking in Compose
25:27
Просмотров 86 тыс.
Сравнили apple и xiaomi!
0:21
Просмотров 37 тыс.