Build A Simple Android App With Kotlin

preview_player
Показать описание
We will create a basic todo list Android app using the Kotlin programming language

Philipp Lackner YouTube Channel:

Code:

Philipp's Kotlin Crash Course (Traversy Media):

Timestamps:
00:00 - Intro
00:33 - What we will build
01:42 - Why choose Kotlin for Android Development?
03:29 - Android Studio Setup
07:17 - Creating the project
08:57 - Android Studio Roundtrip
16:17 - Building the app's layout
35:07 - Writing the Kotlin code for our app
01:03:04 - Recap of what we've done
01:06:25 - Setting up the Android emulator
01:08:15 - Running our app
Рекомендации по теме
Комментарии
Автор

A couple of things that helped me understand this video a bit better:
1) doing the fella's crash course and building a couple of command line apps
2) don't copy exactly what he is doing. Make an app with a similar concept (e.g. an app a waiter would use to note down food / drink orders) change the variable names and the names of the files, this way you have to figure out what is going on. The more different you can make it while keeping the same basic elements, the more it will make sense to you after building it

htaehxela
Автор

You lost me when you started making TodoAdapter Class, it's so wierdly complex.

rajasmahadule
Автор

In my opinion it would be more educational, if you showed how the app works part by part in the emulator instead of coding everything at once and showing the end result just at the end. Otherwise, very good tutorial!

tapiohonkanen
Автор

Awesome, simple tutorial yet have the full features of a todo app. can't wait to try it.

noodle-eater
Автор

Thank you for your videos. I've been struggling to find good kotlin tutorials, until I found this channel. You're very clear, to the point, and I understand it when you explain it. I come from a long, strictly Python background and the transition isn't easy.

dojafoja
Автор

I don't know why, but I feel like android development is extremely complex unnecessarily compared to web development. You have to write so much code to print so little.

ArifBillahOnGoogle
Автор

You dont really explain what a lot of the functions do after the half point of the video. Theres also a major issue at 47:40 where you cant continue to follow along because it wont let you link tvTodo and the other var

pierce
Автор

Finished! Great video, thank you Philipp

yiyou
Автор

Thank you so much for explaining the logic again at the end!!

RedTree
Автор

Great video! at the minute 47:12, my editor does not detect the tvTodoTitle nore cbDone objects defined in the item_todo.xml, because of this I cannot complete the apply function. Any idea about what I missed? (I am an absolute beginner)

sylvainfinette
Автор

Thank you, this video was a big help to get a refresher on implementing recyclerview with Add, Delete operations in kotlin.

mihirraval
Автор

Very nice, very easy to understand for those who interacting with Android Dev for the first time, of course u have to listen to what he said so you can understand it, not to skip the session

james_dev_vn
Автор

Philipp, do you plan to make a video showing how to connect this todo list with a database so that items that are added to the list are retained when the app is closed and reopened?

maryannadelman
Автор

"of course we will use the Dark Theme here" -> me hitting thumbs up!

GGShinobi
Автор

Mant thanks for this video. Latest one so far, it worked with AS beta 4.2, just a few updates, Excellent work

captalextamonan
Автор

I am new to android development. I have been searching for good tutorials for the same. And I found this. It's really helpful.

vishnupradhaban
Автор

Great one .. keep doing this .. that's will make stronger and halp others to love more what they really wanted to love doing .. u just remind me of what a big part of me wanted to always been .. thank you for that ..

ussamakhelfa
Автор

The way he so said "**Of course** we will choose the dark theme here." so confidently :D

ichigokurasaki_
Автор

great video, just did it in order to practice and it went well, thanks for sharing

stephentellez
Автор

what if i want to add a Toast, so that everytime user click the add or delete button a text will show up.
is that possible and if it is, how? sorry if my english suck.

belajarapasaja