Jetpack Compose basics | Workshop

Jetpack Compose basics | Workshop

Android Developers

3 года назад

143,125 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

The Lexicon
The Lexicon - 08.10.2023 03:54

My preview is not working

Ответить
The Lexicon
The Lexicon - 08.10.2023 00:26

My preview is not showing even if its in split mode
Ive tried everything i can think of to be the problem still not working

Ответить
Noé Benjamín Reynoso Aguirre
Noé Benjamín Reynoso Aguirre - 10.09.2023 22:22

Graaciaas :))

Ответить
k40ol
k40ol - 09.09.2023 03:02

Awesome lab.

For NamesList, I could not get code in video to work. Had to do this:

```
@Composable
fun NamesList(names: List<String>, modifier: Modifier = Modifier) {
LazyColumn(modifier = modifier) {
items(names) { name ->
Greeting(name = name)
Divider()
}
}
}
```

Hope this helps someone!

Ответить
MarkDHeilong
MarkDHeilong - 10.04.2023 06:41

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.

Ответить
Durgesh Kumar
Durgesh Kumar - 03.04.2023 12:08

what's the problem with xml one? Boilerplate code? but now a days content assist is there then what's the problem? Instead of making new libraries google keeps us learning new languages, that's not fair

Ответить
Mdather Bissas
Mdather Bissas - 10.02.2023 21:43

ওঠে ওঠে

Ответить
Anthony A
Anthony A - 30.01.2023 18:03

Can you use non-jetpack compose kotlin code inside the same jetpack compose .kt?

Ответить
Steve
Steve - 30.01.2023 06:32

I like how similar it looks compared to SwiftUI

Ответить
#Mondoshawan
#Mondoshawan - 15.01.2023 23:54

👋🏼🇨🇴🧔🏻👍🏼🤝🏼 Saludos desde Colombia.

Ответить
Spokesperson USA
Spokesperson USA - 07.01.2023 08:10

It's good to see Google has finally adopted a real programming language for Android development. I know most software developers love to program in XML and Yaml, but I'd rather eat rat poison.

Ответить
Rifky A. Putra
Rifky A. Putra - 03.01.2023 07:36

white background hurt my eyes

Ответить
Tobore Wanogho
Tobore Wanogho - 13.12.2022 21:01

Compose is killing me, I’m dying from frustration

Ответить
Carlos Saltos
Carlos Saltos - 03.12.2022 05:28

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

Ответить
Pawan Deshpande
Pawan Deshpande - 18.11.2022 09:03

Video Quality is Bad

Ответить
Muhammad Kazarin Bin Azrai Koja
Muhammad Kazarin Bin Azrai Koja - 10.11.2022 16:00

Hi

Ответить
Carlos Saltos
Carlos Saltos - 02.11.2022 02:45

Qué genia !! ... qué buen video ... muchas gracias por compartir !!

Ответить
Yo Apps
Yo Apps - 05.10.2022 12:23

This is too late... Most of us have moved on with Flutter doing the same thing more logically

Ответить
M Shekhar Dora
M Shekhar Dora - 02.09.2022 13:06

Too complicated as compared to SwiftUI..😪

Ответить
Eiliya Abedini
Eiliya Abedini - 25.08.2022 18:43

Thank you it was great

Ответить
𝙲𝚘𝚗𝚗𝚎𝚛 𝙱. 𝙶𝚛𝚒𝚏𝚝𝚎𝚗 ᵀᴹ
𝙲𝚘𝚗𝚗𝚎𝚛 𝙱. 𝙶𝚛𝚒𝚏𝚝𝚎𝚗 ᵀᴹ - 14.08.2022 18:47

How can we trust this if you can't even get the jank out of the audio in the introductory video?

Ответить
Cadore
Cadore - 13.08.2022 04:00

Ligth Theme???

Ответить
CarinasPixels
CarinasPixels - 11.08.2022 16:34

maybe a voiceover would be great

Ответить
Eagle Death
Eagle Death - 26.07.2022 11:31

i think java+xml powerfull combo than kt+compose

Ответить
Griboedoff Mars
Griboedoff Mars - 16.06.2022 20:04

Great video! Thank you very match!

Ответить
Daniel Luche
Daniel Luche - 09.06.2022 13:45

Next time test mic audio please 😞
English isn't my native language and with this bad audio quality makes understanding hardest

Ответить
Atteee
Atteee - 07.06.2022 17:48

Hi, will there be a subtitle for the video?

Ответить
Renaro Santos
Renaro Santos - 30.05.2022 17:12

Are there official resources for Compose UI + Fragments? Most examples I see are using activities or some work around.

Ответить
Nayden Gochev
Nayden Gochev - 16.05.2022 15:17

only one comment for the presenter please buy a better microphone :(
but overall good talk.. explains the basics in a perfect way.

Ответить
syed muhammad awais
syed muhammad awais - 10.05.2022 09:29

Refreshing and rebuilding is very annoying in xml we can have the changes live. Is android team working on live changing instead of rebuilding to see UI changes?

Ответить
Mahesh
Mahesh - 26.04.2022 21:45

thanks, tutorial help me lot

Ответить
Ronel Dayanan
Ronel Dayanan - 21.04.2022 19:16

Awesome tutorial! Thanks :) more likely style with swiftui :D anyway, Compose is amazing!

Ответить
Chitrang Patel
Chitrang Patel - 13.04.2022 02:47

Why function names are upper-camel case?

Ответить
Alina Babenko
Alina Babenko - 01.04.2022 15:36

Cool! Thanks for this video! It was very basic, but very helpful to start working with Compose

Ответить
Dilan Atabay Channel
Dilan Atabay Channel - 31.03.2022 14:51

nice!

Ответить
Vivek gupta
Vivek gupta - 14.03.2022 06:37

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.

Ответить
kayode
kayode - 07.03.2022 13:50

I prefer the XML Ui thing than to coding the UI.

Ответить
KotlinBek
KotlinBek - 02.03.2022 17:51

so there are no nav_graph && fragment

Ответить
Allan Kardec
Allan Kardec - 22.02.2022 22:48

The audio is horrible.

Ответить
silver
silver - 20.02.2022 01:50

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

Ответить
Тамара Ткачук Channel
Тамара Ткачук Channel - 18.02.2022 13:21

nice!!

Ответить
Ram
Ram - 15.02.2022 19:02

using a preview is great but loading a preview means wait -for the peace.

Ответить
Mr Ravy
Mr Ravy - 07.02.2022 10:56

video no quality

Ответить
Ankit Bisht
Ankit Bisht - 01.02.2022 11:15

That was nice explanation, specially that lazy column thing

Ответить
Monibur Haque
Monibur Haque - 27.01.2022 18:00

Baler basics bokacoda, baler video banao tomra hole kamra screen recoder are gud fata mic dia chudir bhai amar.

- Thank you

Ответить
Ghali
Ghali - 27.01.2022 16:58

The Soundquality is like from 2010 , please buy her a nice professional microphone that meets her lvl on engineering profession.

Ответить
bioman
bioman - 25.01.2022 21:16

The sound quality is if you were 10km under water :-\

Ответить
Praveen Kumar Spk
Praveen Kumar Spk - 23.01.2022 16:31

Thanks for the session. It is very useful to get knowledge about Jetpack compose.

Ответить
THE CODE - Easy way to solve problems
THE CODE - Easy way to solve problems - 07.01.2022 03:16

really helpfully this video.

Ответить