Kotlin & Android Development Course: Build a Quiz Application

  Рет қаралды 125,165

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Пікірлер: 102
@programmingwithalex.585
@programmingwithalex.585 Жыл бұрын
You can get the full course with a discount from here: www.udemy.com/course/kotlin-masterclass-learn-kotlin-from-zero-to-advanced/?couponCode=FREECODECAMP4AADC8F8
@programmingwithalex.585
@programmingwithalex.585 Жыл бұрын
The link with the discount code is only available 30- days. Therefore, a new link with discount code is available here: www.udemy.com/course/kotlin-masterclass-learn-kotlin-from-zero-to-advanced/?couponCode=BESTCOURSE8BFCA
@A.n.u_s.r.e.e
@A.n.u_s.r.e.e 9 ай бұрын
Are the source codes available?
@carlosredfield
@carlosredfield 10 ай бұрын
about 1:47:22 The first two elements, "one" and "two", have a length of 3, so they are eliminated. However, the third element, "three", has a length of 5, which makes the condition false. Therefore, dropWhile stops removing elements and returns the rest of the list from that point, which is ["three", "four", "five", "six"].
@phisit8813
@phisit8813 Жыл бұрын
THIS IS PERFECT !!!
@faustipez
@faustipez Жыл бұрын
This is actually a very good course, you start from Kotlin basics to learn how to manage android widgets through the designer and XML and build a quiz app with interesting interactivity. I highly recommend this course for anyone wanting to learn the basics of Android Development (which is not that easy, to be honest), I know this would sound crazy, but I think you should know the basics of HTML and CSS (especially flex) to grasp some of the concepts around XML and make the UI design easier to understand.
@KofaOne
@KofaOne 10 ай бұрын
We actually have jetpack compose now, I don't think it's good to learn xml when everything's transitioning to the new technology
@faustipez
@faustipez 10 ай бұрын
@@KofaOne could you point me to a very good jetpack compose tutorial where explains most of the common stuff that we used to do with XML please?
@Ankaramessi6505
@Ankaramessi6505 Жыл бұрын
Attendance plz
@soumadip_banerjee
@soumadip_banerjee Жыл бұрын
Haa bhai
@Anarchistry
@Anarchistry Жыл бұрын
2.
@anon-fz2bo
@anon-fz2bo Жыл бұрын
pretty cool language overall, still prefer java sometimes simply coz some features kotlin adds seem like syntactic sugar more than anything. ie mapping a key to value using the syntax '{keys_value} to {values_value}' vs simply calling a method like HashMap.add(intKey, intValue);
@brandonjablasone7544
@brandonjablasone7544 3 ай бұрын
I just like the cool things
@mystikalese
@mystikalese Жыл бұрын
For anyone wondering, in the section selecting the right and wrong answers, if your code isn't working, make sure you have this line in your selectedOption function: selectedAnswer = selectOptionNumber
@AbeshGhosh-m6h
@AbeshGhosh-m6h 11 ай бұрын
amazing work alex really appreciate the effort
@TheCubingChronicles
@TheCubingChronicles Жыл бұрын
Thank you! I was actually looking for a tutorial like this yesterday!
@andreimadalin2526
@andreimadalin2526 Жыл бұрын
Thanks for the tutorial, fellow Ro
@AbhijitDas-de7yh
@AbhijitDas-de7yh Жыл бұрын
This is an awesome study material .
@Dibyendu.M
@Dibyendu.M Жыл бұрын
Thanks for this video. I request you to make a complete project on Jetpack Compose.
@jeffszurgot
@jeffszurgot 7 ай бұрын
There is wolę flutter tutorial with creatiin of youtube app
@chrislainngondo2587
@chrislainngondo2587 Жыл бұрын
Amazing tutorial we need more with flutter
@Albert-Dyck
@Albert-Dyck 10 ай бұрын
6:15:44 I needed to press the emulator in order to make the red underlining disappear after I reconnected the layout to activity_main.
@Sky-wp4vj
@Sky-wp4vj Жыл бұрын
Nice i was looking for something like this to get back int Java and JavaScript thanks 👍🙏
@cristef
@cristef Жыл бұрын
Mulțumesc Alex!
@programmingwithalex.585
@programmingwithalex.585 Жыл бұрын
Nu ai pentru ce.
@charleslyell3748
@charleslyell3748 5 ай бұрын
At 44:25 it is letter O, not Zero. Thanks for the video, very helpful.
@larsnienstadt9538
@larsnienstadt9538 Жыл бұрын
This is awesome 👍 Thank you!
@satishksharma
@satishksharma Жыл бұрын
I tried to find full tutorial for retrofit with kotlin, but not find so I request please make a video on it.
@Dr_Larken
@Dr_Larken Жыл бұрын
I love these!
@maxfrischdev
@maxfrischdev Жыл бұрын
I wish the actual tutorial would have the same audio quality as the Intro, not 80s -phonecall style 😅🙈
@watamote8694
@watamote8694 13 күн бұрын
Very good course
@davidb.5486
@davidb.5486 Жыл бұрын
Mark - 5:33:40
@hanbin2866
@hanbin2866 Жыл бұрын
Wow, was looking for this
@mdazhar0079
@mdazhar0079 Жыл бұрын
Can beginner learn this course?
@GlobalYoung7
@GlobalYoung7 Жыл бұрын
Thank you 😊
@dleonardo3238
@dleonardo3238 10 ай бұрын
Jetpack compose next time please 😅
@dreW1-
@dreW1- Жыл бұрын
Jetpack Compose > xml
@sonicaxy
@sonicaxy Жыл бұрын
No.
@SuryaV20
@SuryaV20 5 ай бұрын
😂
@barringtonlevy1941
@barringtonlevy1941 Жыл бұрын
Hey I like the tutorial but I think there's a mistake in the binary search function. Shouldn't high be assigned to mid - 1?
@GaudiumEssendi
@GaudiumEssendi 7 ай бұрын
Yes, it should. Nice catch!
@RVAraghav
@RVAraghav Жыл бұрын
Any upcoming plans on iOS development? (Swift, SwiftUI)
@YaHagh14
@YaHagh14 Жыл бұрын
Please build a similar tutorial for SwiftUI
@dleonardo3238
@dleonardo3238 10 ай бұрын
Idk why they used xml instead of jetpack compose. We are fcking 2024 lol
@LeslieNguyen-mt6zv
@LeslieNguyen-mt6zv Жыл бұрын
thank you so much
@usmanmarkaz
@usmanmarkaz Жыл бұрын
We need more projects in React native plz make...
@adamfatyga7977
@adamfatyga7977 11 ай бұрын
Cool, but why not JC?
@soma7891
@soma7891 11 ай бұрын
What is JC?
@adamfatyga7977
@adamfatyga7977 11 ай бұрын
@@soma7891 Jetpack Compose
@tungtrieu470
@tungtrieu470 10 ай бұрын
@@soma7891 jetpack compose
@ICHIR4KU_R4MEN
@ICHIR4KU_R4MEN Ай бұрын
​@soma7891jetpack compose
@flobba123
@flobba123 10 ай бұрын
what devolopment editor is he using?
@avgn143
@avgn143 2 ай бұрын
I wants to store all questions in Sqlite, please explain in a video
@PurnaPlayss
@PurnaPlayss 7 ай бұрын
Can anyone share the source code sir has written with all projectwise
@SAKE42able
@SAKE42able Жыл бұрын
Don't know if this for beginners or not hope it is
@arunbastin2990
@arunbastin2990 Жыл бұрын
Please upload more dotnet tutorial and build real time projects
@a_sport43
@a_sport43 Жыл бұрын
What software did he use?
@Anonymous-XY
@Anonymous-XY Жыл бұрын
"IntelliJ IDEA"
@SheikhAsif06
@SheikhAsif06 Жыл бұрын
Is there a video like this but using Java and XML?
@xidoc972
@xidoc972 Жыл бұрын
For the old development Android ?
@SheikhAsif06
@SheikhAsif06 Жыл бұрын
@@xidoc972 yeah, would love to make a semu complicated app with code along
@rosepainting8775
@rosepainting8775 Жыл бұрын
Thank you
@brandonjablasone7544
@brandonjablasone7544 3 ай бұрын
I know a lil bit of Kotlin lol. It just a weird syntax. Coming from Java. I’m tired of of not having all the cool new things
@Shriramkrishnhari
@Shriramkrishnhari Жыл бұрын
Although it is good effort yet hardly visible the letters on Android
@mfatihy70
@mfatihy70 Жыл бұрын
bro why white background
@bay-bicerdover
@bay-bicerdover 7 ай бұрын
bro nedir ya ...
@kiPROBRos
@kiPROBRos Жыл бұрын
Apsolutly excelent, thank you.
@aina-tul-jannat2712
@aina-tul-jannat2712 Ай бұрын
2:00:00
@Klusio19
@Klusio19 11 ай бұрын
Bro the microphone quality 😭😭😭😭😭😭
@wryyy2211
@wryyy2211 Жыл бұрын
Which is better flutter kotlin or react native?
@xidoc972
@xidoc972 Жыл бұрын
It's more relevant to know how to develop natively before doing react native. When you have a problem that goes much deeper than react native can handle, it quickly becomes an obstacle. Of course, it all depends on the project.
@iagoantunes2086
@iagoantunes2086 Жыл бұрын
flutter
@Outlines
@Outlines Жыл бұрын
Flutter
@bay-bicerdover
@bay-bicerdover 7 ай бұрын
neither
@ND-xs3wj
@ND-xs3wj Жыл бұрын
No compose in 2023?
@yourmama5055
@yourmama5055 Жыл бұрын
Wow...just completed the course.. Amazing experience
@benjaminSamuel26
@benjaminSamuel26 Жыл бұрын
bruh it just uploaded 5min ago and how come you completed 😂
@isaacopeyemirobert7868
@isaacopeyemirobert7868 Жыл бұрын
😂😂😂😂😂😂😂@@benjaminSamuel26
@Zoro-zg8yy
@Zoro-zg8yy Ай бұрын
1:54:54
@21Kikoshi
@21Kikoshi 9 ай бұрын
i wish you used dark theme mode
@mahendranath2504
@mahendranath2504 10 ай бұрын
Wow thank you so much for sharing the knowledge 🫡👍
@arbanqureshi-kk8bh
@arbanqureshi-kk8bh Жыл бұрын
Just learn flutter all in one Android and iOS SDK all in one the feature of mobile
@bay-bicerdover
@bay-bicerdover 7 ай бұрын
no thx
@soumadip_banerjee
@soumadip_banerjee Жыл бұрын
@mattn.k
@mattn.k Жыл бұрын
Still XML? Really?
@stickmanland
@stickmanland Жыл бұрын
It's easier.
@Shakeelafridi158
@Shakeelafridi158 Жыл бұрын
Need kotlin with jetpack compose
@Hotat_adda
@Hotat_adda 6 ай бұрын
Choose one destination otherwise it goes loop .
@iosifpuha6114
@iosifpuha6114 Жыл бұрын
it's 2023. Why are you still teaching xml layout instead of jetpack?
@vnshngpnt
@vnshngpnt Жыл бұрын
Immersive 😂
@mythoughts121
@mythoughts121 Жыл бұрын
Make it better by jetpack compose
@РодионЧаускин
@РодионЧаускин 3 ай бұрын
Garcia Elizabeth Thomas Michelle Moore Jason
@stewie6990
@stewie6990 Жыл бұрын
I Am Batman
@phisit8813
@phisit8813 Жыл бұрын
I am Legend.
@bay-bicerdover
@bay-bicerdover 7 ай бұрын
I am concerned
@会供価
@会供価 4 ай бұрын
I am groot
@Robi-m4d
@Robi-m4d 4 ай бұрын
​@@会供価And I'm Gro😮
@MrTsatia
@MrTsatia Жыл бұрын
Fifth !!
@alonewolf7682
@alonewolf7682 Жыл бұрын
Thank you
@umersiddique3806
@umersiddique3806 Ай бұрын
2:46:39
Simple Login App | Android Studio | 2024
11:01
Easy Tuto
Рет қаралды 178 М.
How I'd Learn AI in 2025 (if I could start over)
17:55
Dave Ebbelaar
Рет қаралды 1,2 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
The Complete App Development Roadmap
7:52
Programming with Mosh
Рет қаралды 466 М.
Learn Kotlin in 12 Minutes
12:01
Rahul Pandey
Рет қаралды 348 М.
Building a Mobile App in 2025: The BEST Technologies
13:31
Dan Ilies
Рет қаралды 128 М.
What is the Context? - Android Basics 2023
11:22
Philipp Lackner
Рет қаралды 65 М.
ViewModels & Configuration Changes - Android Basics 2023
18:46
Philipp Lackner
Рет қаралды 140 М.
Learn To Code Like a GENIUS and Not Waste Time
9:41
The Coding Sloth
Рет қаралды 1,9 МЛН
Kotlin in 100 Seconds
2:22
Fireship
Рет қаралды 1,3 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН