Тёмный

Write Your First Composable Function! - Jetpack Compose 

Stevdza-San
Подписаться 84 тыс.
Просмотров 32 тыс.
50% 1

🏆 My Online Courses
stevdza-san.com
🐱‍👤 Wanna become a member? Join!
/ @stevdzasan
📸 Instagram
/ stevdza_san
In this video I'm going to show you how to write your first composable function using Jetpack Compose! And not just that, I'll show you a way around so you can get introduced with the default
Compose Activity template where there are 0 XML layout files! Because with Jetpack Compose we are no longer going to use layout files, instead we are going to define our UI in a declarative way using composable functions. Watch the video to learn more! :)
⌚Timestamps
0:00 - Introduction
1:03 - Download Canary
2:06 - Create your Project
2:42 - Project Overview
4:27 - Typography Customization
6:08 - Project's Theme
8:35 - MainActivity
11:12 - Write a Composable Function!
13:13 - Let's Preview!
14:30 - Conclusion

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

 

8 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 58   
@Sancyo97
@Sancyo97 2 года назад
I love the little summary of what you explained at the end of the video, really useful!!
@ragnarush6667
@ragnarush6667 3 месяца назад
and the outro song ❤
@Lucasgustavom
@Lucasgustavom Год назад
your channel is awesome you're the best programming teacher I ever had, congrats!
@StevdzaSan
@StevdzaSan Год назад
Thanks 💜
@anudeepananth
@anudeepananth 3 года назад
Yes, more jetpack compose videos, please....
@GriNAME
@GriNAME 3 года назад
I completely agree!
@StevdzaSan
@StevdzaSan 3 года назад
I'll keep them coming 👍
@hadjsaidaoumer3058
@hadjsaidaoumer3058 5 месяцев назад
Thank yooooooooooou the best one 👌👌👌👌👌👌👌👌👌👌
@lucianrekkless418
@lucianrekkless418 3 года назад
The only video about Jetpack Compose I could understand. And now I understand what the hell is this.
@kenyong7595
@kenyong7595 Год назад
Like your explanations.
@amineayachi335
@amineayachi335 2 года назад
thanks for the great tutos you provide
@StevdzaSan
@StevdzaSan 2 года назад
You're welcome!
@vishwajeetbarve6538
@vishwajeetbarve6538 3 месяца назад
Great content
@ericgacoki2225
@ericgacoki2225 3 года назад
Bring more and more! 😍 😍
@StevdzaSan
@StevdzaSan 3 года назад
More coming soon! 👌
@louaynasr9311
@louaynasr9311 3 года назад
great video.. thanks a lot
@MIISohag
@MIISohag 2 года назад
Thanks Brother
@melkieg3753
@melkieg3753 3 года назад
Great as usual, more JPC content please.
@StevdzaSan
@StevdzaSan 3 года назад
On the way 🚀
@devstylus
@devstylus 3 года назад
Simplest guide ,
@rohitnevse5894
@rohitnevse5894 2 года назад
Love your accent..... Pretty understanding
@StevdzaSan
@StevdzaSan 2 года назад
Thanks 🙏🙌
@tarunmehta8448
@tarunmehta8448 2 года назад
Thank you for sharing very nice and beautiful video.
@StevdzaSan
@StevdzaSan 2 года назад
You're welcome 🙌
@dhrubrawat9316
@dhrubrawat9316 2 года назад
Lovely
@AnneDawson
@AnneDawson 2 года назад
Excellent videos
@StevdzaSan
@StevdzaSan 2 года назад
Thanks! 🙏
@blaupilzhd6230
@blaupilzhd6230 3 года назад
moreee jetpack compose
@DavidNitzscheBell
@DavidNitzscheBell Год назад
OK, i'm following the code with Electric Eel and when I try to do what you did @ 12:45, Android Studio doesn't know what Typography.h5 is. I tried "Typography." to select an auto-complete option, but none of the typography options like h1..h5, body1, body2, etc. are in the list. do i need to add an import?
@DavidNitzscheBell
@DavidNitzscheBell Год назад
Ahhhhh, thanks to ChatGPT, I see that I need to add "import com.example..ui.theme.Typography. That seems really dumb. Android Studio *creates* the four ui.theme files and the MainActivity.kt, but it doesn't import them for use? I have to do that myself? smh
@abdulrahmanhasanato9887
@abdulrahmanhasanato9887 7 месяцев назад
@@DavidNitzscheBell You can enable auto import somewhere in the settings, I also suffered a lot back then because of this
@gaetano.the.crooner
@gaetano.the.crooner 2 года назад
I know it could seem so straight forward but I really don't get when to use MatherialTheme.colors.background or primary or secondary etc. Also could you please make a vid where you explain how to integrate the new MaterialYou library and another one where you explain how to handle different screen sizes with Compose and dependency injection with Hilt and ViewModel applied to Compose? Thanks in advance
@kaedehara3312
@kaedehara3312 3 года назад
can you make a tutorial on how to make a setting that have Themes(to change the entire background of an application), Change Font(to change the font of letters and numbers) and also change background colour of an application(Change the entire background using a background colour example Cyan,Yellow and Green etc.)
@khumokwezimashapa2245
@khumokwezimashapa2245 3 года назад
Aye man. I have a problem with my Recycler view Adapter after switching to view binding. I've tried searching for other solutions, but they can't fix my specific problem. I'm getting an Unresolved Reference error for my recyclerview, because in my adapter I'm trying to Reference a view that's in a different activity
@abilaikhanzhetes535
@abilaikhanzhetes535 3 года назад
Thank you a lot for this video! It's very helpful, but I have a question, how to set the fragment and how work with jetpack compose in fragment? About it can you make a video...
@StevdzaSan
@StevdzaSan 3 года назад
I'll make a video about it in the future. 👍
@anudeepananth
@anudeepananth 3 года назад
Isn't the Android Studio Arctic fox Beta version sufficient for Compose? Any reason we should use Bumble bee?
@StevdzaSan
@StevdzaSan 3 года назад
If you would like to explore the newest stuff then Bubmlebee is the option. You can use Artic Fox as well, your choice.
@NaraveyGaming
@NaraveyGaming 2 года назад
do i need to install new one from the site if i already have android installed ? and do i need to uninstall the old one if i download the canary version?
@StevdzaSan
@StevdzaSan 2 года назад
No you don't need canary version anymore, Compose is not stable 👍
@user-hq9fy9ou1u
@user-hq9fy9ou1u Год назад
👍🔥
@abcdefj7144
@abcdefj7144 3 года назад
Hello how to make a favorite simple database application firebase
@ming4609
@ming4609 3 года назад
So what's the advantage of this
@pixelPlaygourd
@pixelPlaygourd 3 года назад
Hello sir can you please Make a video How to show product images like image slider Please sir
@hojatghanbarzadeh17
@hojatghanbarzadeh17 3 года назад
Hello my friend I am "Hojat" I use your videos and it has helped me a lot. I saw the training of the foody application when it became free and I learned a lot, but unfortunately, due to my country, Iran, I can not access your free videos due to the embargo. I want to use your training more. Please do not judge me for my country. I am a human being who wants to learn, but our communication channels are blocked. I even connect the same RU-vid with vpn. Please tell me how I can use your tutorials similar to the foody app ‌. Thank you
@williammay5971
@williammay5971 3 года назад
Hey Friend
@samstoyroom
@samstoyroom 3 года назад
Is is possibile to let it auto-update the preview?
@StevdzaSan
@StevdzaSan 3 года назад
Not yet, maybe they'll add it in the future.
@abijithc8559
@abijithc8559 3 года назад
Sir, Will you do a video of FIREBASE FIRESTORE DATABASE instead of ROOM database you did earlier. That will help us to compare both. Please do coding in KOTLIN language
@anudeepananth
@anudeepananth 3 года назад
Firebase Firestore and Room Database are two completely different solutions, Both aim to store data yes but Firestore stores data on the cloud whereas ROOM saves data in the local storage of an android device. You cannot choose one over the other or even compare them. In an ideal App, you will have data stored on the cloud using Firestore and also cache that data on the device locally using ROOM... If you are looking to learn Firestore go ahead but also learn ROOM. Since both of them serve different needs...
@abijithc8559
@abijithc8559 3 года назад
@@anudeepananth Yes. I know. But want to learn FIREBASE FIRESTORE DATABASE. I like his videos. Which is easy to understand and learn.
@abijithc8559
@abijithc8559 3 года назад
@@anudeepananth Can you help me a doubt in FIRRBASE FIRESTORE. That how to use sql LIKE query in FIRESTORE
@anudeepananth
@anudeepananth 3 года назад
@@abijithc8559 sure... ask your question on stack over flow... and share the link with me.... I ll try to answer it if I can
@majinzeke4977
@majinzeke4977 Год назад
Will you make any ML videos for android?
@DavidNitzscheBell
@DavidNitzscheBell Год назад
Wait, what? You have to add the same code twice, once in the actual activity and again in the @Preview? That's not great. Can't the Preview just get its content from the MainActivity? I ask because that's what happens with SwiftUI in Xcode.
@aminelhag
@aminelhag 2 года назад
Thank to You Stevdza-san ( ノ ゚ー゚)ノ Keep Going
@LoVeStory-yr9es
@LoVeStory-yr9es 3 года назад
Nc
@xandrviking1113
@xandrviking1113 Год назад
too small letters/fonts . Impossible to watch on TV
Далее
Rows and Columns - Jetpack Compose
17:49
Просмотров 30 тыс.
Text Customization - Jetpack Compose
16:39
Просмотров 19 тыс.
Самое Романтичное Видео ❤️
00:16
Дарю Самокат Скейтеру !
00:42
Просмотров 250 тыс.
Впервые дал другу машину…
00:57
Everything you need to know about Kotlin 2.0 🟣
11:05
Let's Migrate an XML Project to Jetpack Compose!
15:49
Bottom Navigation with Jetpack Compose
15:29
Просмотров 49 тыс.
BasicTextField2 - Everything You Need to Know 💻
14:23
Box - Jetpack Compose
8:53
Просмотров 23 тыс.
The different types of JavaScript functions explained
14:47
Самое Романтичное Видео ❤️
00:16