Build A Simple Android App With Kotlin

Sdílet
Vložit
  • čas přidán 26. 08. 2024

Komentáře • 718

  • @htaehxela
    @htaehxela Před 3 lety +293

    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

    • @RockstahRolln
      @RockstahRolln Před 10 měsíci +2

      You nailed it! Precisely how to go about it to really understand all the logic involved in creating the App!

    • @elghs2001
      @elghs2001 Před 5 měsíci

      This has always given me the best results. nothing like typing all of this out but not *really* knowing why. By taking your suggestion, you can begin to connect the *why* dots on all of these concepts.

  • @tapiohonkanen6384
    @tapiohonkanen6384 Před 3 lety +313

    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!

  • @rajasmahadule2697
    @rajasmahadule2697 Před 3 lety +204

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

    • @henrypowell3496
      @henrypowell3496 Před 3 lety +1

      yah it sure is

    • @seahindeniz
      @seahindeniz Před 3 lety +16

      Same. I wish he would rather go by explaining and mostly showing them even what happens when things don't add. I mean the Adapter class or etc, that he used in his code. So that, it at least makes sense why things needed to be written.

    • @crackedrebelion1094
      @crackedrebelion1094 Před 3 lety +1

      Same here so damn hard

    • @user-ov5nd1fb7s
      @user-ov5nd1fb7s Před 3 lety +18

      Its not complex, its dumb. Design patterns should not be used for every possible piece of code.
      Mainly the java people are to blame for bringing this garbage onto the world.
      Most people are fed up with it and this is why languages like Go and Rust are on the rise.

    • @soffi2719
      @soffi2719 Před 3 lety +2

      Me too

  • @ArifBillahOnGoogle
    @ArifBillahOnGoogle Před rokem +181

    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.

    • @oneilobi822
      @oneilobi822 Před rokem +10

      very true and it is very hard to manipulate stuff that match your thinking

    • @IgorogI1000
      @IgorogI1000 Před rokem +13

      You are completely correct.
      I had the same feeling. Android is unnecessarily complex, with too much OOP, hexagonal architecture, and so on just to do a simple screen...

    • @theman7050
      @theman7050 Před rokem +2

      Ikr, brother?😢

    • @eduar2tc904
      @eduar2tc904 Před rokem +18

      That is why it is better paid and less saturated

    • @ishc1753
      @ishc1753 Před rokem

      Why did I get unexpected token error when adding the implementation under dependencies

  • @pierce9019
    @pierce9019 Před 10 měsíci +31

    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

    • @tehyanyang6959
      @tehyanyang6959 Před 4 měsíci +1

      same issue for me too, couldnt bypas that issue and I tried to add a reference in the todoviewholder class but still could not resolve the matter

    • @jahnvikakkar2267
      @jahnvikakkar2267 Před 4 měsíci

      samee
      did you find a fix for it by any chance?

    • @sundernewar2002
      @sundernewar2002 Před měsícem

      im also stuck here

    • @langer_mo9790
      @langer_mo9790 Před 14 dny +1

      yep, I am here

  • @amishasherekar1908
    @amishasherekar1908 Před 3 lety +18

    47:56 I am not getting import option

    • @davidoregan_
      @davidoregan_ Před 4 měsíci

      Same, did you ever figure it out?

  • @joshuachesney7552
    @joshuachesney7552 Před 5 měsíci +4

    If you're just getting into android dev and this video confused you like it did me, its because this is not the default way to make UIs in android anymore. The thing now apparently is to use jetpack compose to create your UI entirely through kotlin instead of using XML.

    • @housaindiallo2140
      @housaindiallo2140 Před 5 měsíci +1

      Have you found a video that explain how it works now?

    • @joshuachesney7552
      @joshuachesney7552 Před 5 měsíci

      @@housaindiallo2140 Yeah this one worked for me czcams.com/video/6_wK_Ud8--0/video.html

  • @GGShinobi77
    @GGShinobi77 Před 3 lety +67

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

    • @shrikantdhayje3490
      @shrikantdhayje3490 Před 3 lety +2

      Same I Also Like The Video At Same Time 👍

    • @GabrielTobing
      @GabrielTobing Před 3 lety +1

      The fact that it even wants us to use the light theme by default is just horrendous XD

    • @abdellatif.x8127
      @abdellatif.x8127 Před 3 lety +2

      Lol all Android studio courses used light theme except this one 😂😂

  • @sylvainfinette82
    @sylvainfinette82 Před 3 lety +89

    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)

    • @arushk
      @arushk Před 3 lety

      same

    • @nomr6788
      @nomr6788 Před 3 lety

      same here

    • @Paco1337
      @Paco1337 Před 3 lety +86

      You need id 'kotlin-android-extensions' in build.grandle app

    • @alvinkk2338
      @alvinkk2338 Před 3 lety

      @@Paco1337 then?

    • @alvinkk2338
      @alvinkk2338 Před 3 lety

      @@Paco1337 even my position is red

  • @gibranfirdausy3458
    @gibranfirdausy3458 Před 2 lety +8

    i cant find import at 47.58

  • @FlooferLand
    @FlooferLand Před 3 lety +56

    Thank you for actually teaching stuff
    Most beginner tutorials out there just go all in expecting people to know how Android Studio's styling works even when they're aimed at beginners and i've watched half of the video so far and i'm understanding everything
    EDIT: Nevermind, i lost all track of anything once he got over the styling and i already know other programming languages well

    • @liamwade1003
      @liamwade1003 Před 3 lety +8

      hahahaha...... me too :(

    • @oduorotisjnr.e5723
      @oduorotisjnr.e5723 Před 3 lety +10

      😂😂 me too ... Damn I started the video off and I was like finally... Then baaam! He just ruined it

    • @oduorotisjnr.e5723
      @oduorotisjnr.e5723 Před 3 lety +3

      Did you ever find any good tutorial for beginners?

    • @FlooferLand
      @FlooferLand Před 3 lety

      @@oduorotisjnr.e5723 I didn't unfortunately, gave up on making Android apps.

    • @oduorotisjnr.e5723
      @oduorotisjnr.e5723 Před 3 lety +4

      @@FlooferLand Ah bummer. I decided to do it the old fashioned way and got a book, read it and now I know alot that most tutorials don't teach. They'll claim to give you tutorials and by the end you'll be a dev.I Its a lie. There are plenty of things you need to learn.
      Anyway, i hope to see you back again in the dev world.

  • @dojafoja
    @dojafoja Před 3 lety +28

    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.

    • @Tobi9012
      @Tobi9012 Před 3 lety +1

      I can confirm that! I also have a Python background. Good tutorial

    • @dojafoja
      @dojafoja Před 3 lety +1

      @@Tobi9012 Excellent tutorial! I was leaning back and forth between Dart and Kotlin and casually learning both, simultaneously. Dart just "clicked" right away but I kept struggling with Kotlin's syntax. This guys knows how to explain it.

  • @ichigokurasaki_33
    @ichigokurasaki_33 Před 2 lety +1

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

  • @vishnupradhaban2189
    @vishnupradhaban2189 Před měsícem

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

  • @RAINE____
    @RAINE____ Před 3 lety +21

    You've made an excellent video. It's a shame the same can't be said for Android's development platform. This is so complex for what could be done in a few lines of HTML. But again, thanks for the video. You couldn't have done a better job.

    • @lordvakx1226
      @lordvakx1226 Před 2 lety +12

      Honestly nothing compares to the flexibility HTML and CSS.

    • @facundosierra1501
      @facundosierra1501 Před 2 lety +1

      Wtf

    • @overratedprogrammer
      @overratedprogrammer Před 2 lety +4

      Mobile app development desperately needs an overhaul. You shouldn't have to deal with a whole ecosystem to run a simple script

    • @electrocarbid
      @electrocarbid Před 2 lety +11

      Wow! Great Video. But the android programming needs horrible actions with lots of referencing, etc.
      Looks like building a nuclear recator to boil a cup of tea to me :)

    • @SuperLittleTyke
      @SuperLittleTyke Před rokem +1

      @@electrocarbid That's kinda what I thought after watching the first 20 minutes. Maybe I'll watch the rest later. Or find a different tutorial. Visual Basic: 1. Run VB. 2. Double click command button in the toolbox to place a new button on the blank form. 3. Double click the button to view the code window. 4. Type MsgBox "Hello world". 5. Press F5 to run the program. 6. Click No (you can save it later) 7. Click the button. Done.

  • @achirasilva2567
    @achirasilva2567 Před rokem +2

    Bro has brains all over that hair. Great tutorial btw 🔥

  • @christophermoore3589
    @christophermoore3589 Před rokem +3

    My version of Android Studio produces a different default app with no LAYOUT folder/files and uses COMPOSABLE functions. So I'm totally baffled at the moment...

  • @noodle-eater
    @noodle-eater Před 3 lety +5

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

  • @marcostavares6236
    @marcostavares6236 Před rokem +5

    at 41:00 when i press ok after Ctrl + I it doesn't import the implement members; what am I doing wrong??

  • @drygordspellweaver8761
    @drygordspellweaver8761 Před rokem +4

    Just a tip: take pauses between thoughts and sentences. It’s okay to give the listener time to digest the information, and would help you gather your thoughts for more articulate and meaningful delivery.

  • @JarOfJamJunior
    @JarOfJamJunior Před měsícem +1

    I’ve used and developed for both Android and iOS, and as a result, I’m not really biased. They are both good in their own ways. However, i will admit, because iOS has a proprietary language (Swift, SwiftUI or Objective-C and UIKit) it is SO much easier to develop an app, java and kotlin is very complex to me. Swift has a relatively straightforward syntax.

  • @vinay_dias
    @vinay_dias Před 3 lety +4

    I just thought about switching from website development to app development and here your notification popped up

    • @samuelvalentine7846
      @samuelvalentine7846 Před 3 lety

      Why's re you switching if I may ask?

    • @vinay_dias
      @vinay_dias Před 3 lety

      @@samuelvalentine7846 trying to learn I mean still a student trying to get my hands on everything I can

    • @samuelvalentine7846
      @samuelvalentine7846 Před 3 lety

      @@vinay_dias yeah me too...I currently work with flutter but I want to get started on the MERN stack because almost all business that need an application would need a website first.. That's I'm confused whether to do MERN and put flutter on hold.. what do you think?

    • @vinay_dias
      @vinay_dias Před 3 lety +1

      @@samuelvalentine7846 I'm more of a game developer lol sorry no idea about industry standards

    • @samuelvalentine7846
      @samuelvalentine7846 Před 3 lety +1

      @@vinay_dias nice, so what's your twitter handle maybe we could learn a thing or two from each other

  • @MorDreadful
    @MorDreadful Před 2 lety +11

    A word of advice for anyone trying to teach coding of ANY language. It's fair enough to do a video and try to explain the code. You should ALWAYS COMMENT your code regardless as when you go back to look at it, especially when learning the language or coding for the first time, having comments that will identify what the code is doing is a huge help. This is industry standards and should be used. There are several reasons, one is to remind you of the code (please do not think you will remember every line of code, where it points to in all the programs you work on, as you may well NOT work on EVERY part of a program), secondly, someone else having a look that is allowed to, to may be help with issues, or, come in fresh because you left for another job, as some examples, will need to be able to see what the code is for and what it is doing.
    You should get into the habit of commenting as you go OR, better still, comment that code before actually coding as this helps you plan your code better.

    • @eddgee9489
      @eddgee9489 Před rokem

      true explain the code and illustrte to be more clear but you tried.

    • @MorDreadful
      @MorDreadful Před rokem

      Also, don't make paragraphs, use short simple comments. Also, though not for this video but as a golden rule to know, when ever you create an application, database that may run alongside (full stack) or standalone, check if your country has automatic copyright. Designs may need to be registered or may not. This comes under Intellectual Property.
      IF you do not want someone using your code then DO NOT post it publicly. This video is for learning so that's fine, but, for real applications, check your country's copyright laws and if they apply automatically and at the top of each class, like with C# using the /// (comments vary so check) stick in there the copyright and who it belongs to and which country, whether it is automatic, date and that any copying, reuse or whatever is strictly by requesting permission to use the code. Keep the paper trail, this could prove vital if someone steals your code
      DO NOT share what you do not want people using. Boiler plate code? it's boiler plate and doesn't really refer to any program and boiler plate code is freely available. There is International Copyright acceptance and recognition between countries and anyone from another country using your code can be liable to a law suit if proven to be falsely claiming your code. Many countries have automatic copyright such as Barbados and the UK, not all but many do.
      Places like Github can be private or public. Check GPU Licence (general Public and can be used and modified) and EULA (End User Licence Agreement which is NOT public and can not be used and modified).
      Get in the habit as it could save you in lots of ways.

  • @muhammetcavus6995
    @muhammetcavus6995 Před 2 lety +12

    It actually has a little bit intermediate level. Those who have programming experience will enjoy that video very much. Thanks for this great video.

  • @ParadoxWorks
    @ParadoxWorks Před 3 lety +7

    Not the tutorial we deserved, but the tutorial we needed!

  • @Gigatless
    @Gigatless Před rokem +4

    Bruh I swear this guy hides a robotic ratatouille in his hair who does all the teaching

  • @yannickmussche5068
    @yannickmussche5068 Před 7 měsíci +2

    literally 8:56, suddenly you have the main.kt as an xml file. where does it come from?

    • @yannickmussche5068
      @yannickmussche5068 Před 7 měsíci

      res/layout/ does not exist.

    • @sapy4124
      @sapy4124 Před 6 měsíci +3

      @@yannickmussche5068 when creating project, create it using Empty Views Activity.... the Projects through Empty Activity are to be done with Jetpack Compose i guessssss

    • @NoahCalar
      @NoahCalar Před 5 měsíci +1

      Thank you@@sapy4124 ! I was spinning my wheels like crazy trying to figure this out. Your response needs to be a pinned comment so people with the latest version of AS can figure this out.

    • @abhishekpanigrahi5944
      @abhishekpanigrahi5944 Před měsícem

      @@yannickmussche5068 : maybe you found the solution already, but here goes anyway - you need to select 'Empty Views Activity' when creating a new project. Then you get the 'Activity_main.xml' tab from the start, and also the layout folder under res

  • @belajarapasaja2356
    @belajarapasaja2356 Před 3 lety +2

    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.

  • @nahomalphageek2516
    @nahomalphageek2516 Před 2 lety +5

    I felt bad when I heard Java support is dyeing, but I know I have to learn Kotlin as a beginner despite being Android dev for over 7 years.
    Great tutorial, this should get me started.

    • @nathancook8452
      @nathancook8452 Před 2 lety +3

      I agree, I really liked Java

    • @chrislyko2240
      @chrislyko2240 Před rokem +1

      late to this party, lol, Java is not dying it's one of the top languages behind Python and Javascript. Many large companies still rely heavily on it due to it's major support. They just released Java 20 back in March, if anything this language is growing. It might start dying in 25 years but even then I highly doubt it

  • @lardosian
    @lardosian Před 3 lety +18

    I once tried to use android studio and the amount of errors popping up scared me away for years, is it any better these days?!

    • @ash143aish
      @ash143aish Před 3 lety +2

      I don't know when you have used it last .....but I feel it is one of the best in terms of user experience ides out there ..

    • @samcodes2912
      @samcodes2912 Před 3 lety

      try it out again. much better

    • @amans6504
      @amans6504 Před 3 lety +1

      let the bad boy suck 100% of you network, ram, cpu usage then it'll work smoothly

    • @izzy5532
      @izzy5532 Před 3 lety

      Nope for amd

  • @codinginflow
    @codinginflow Před 3 lety +22

    with MVVM?

  • @zipicontent8012
    @zipicontent8012 Před 2 lety

    watching this for just 30 min, I understand more then a half a year of lessons i followed at shcool...

  • @valentindoring5105
    @valentindoring5105 Před 2 lety +2

    I cant import tvTodoTitle as the id of the xml object (47:50). It only gives me the option to create a new variable

    • @valentindoring5105
      @valentindoring5105 Před 2 lety +2

      the pinned comment solved it... in the build.gradle file adding "id 'kotlin-android-extensions'" to the plugins and sync

    • @xphis0528
      @xphis0528 Před rokem

      @@valentindoring5105 what pinned comment? there is none now. mediocre tutorial

    • @ZeroTubeTV
      @ZeroTubeTV Před rokem

      @@valentindoring5105 thank you!

  • @maryannadelman4438
    @maryannadelman4438 Před 2 lety +6

    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?

  • @anonymlulz8273
    @anonymlulz8273 Před rokem +4

    Brad did not include the dependency in the description
    here is the dependency
    implementation 'com.google.android.material:material:1.3.0-alpha02'

  • @JourneySuccessvids
    @JourneySuccessvids Před 3 lety +2

    Doesnt let me import the btnDeleteDone todos at 1:02:31

  • @calvinkaranja1306
    @calvinkaranja1306 Před 2 lety +3

    At minute 48.29, I'm trying to import the tvTodoTitle but my IDE won't promt the import and insists I create a variable... what could be the problem?

    • @Dinesh_Great
      @Dinesh_Great Před 2 lety

      Did you got the answer, as I am still facing the issue.

    • @calvinkaranja1306
      @calvinkaranja1306 Před 2 lety

      @@Dinesh_Great yes, you need to go to your "build.gradle module: app" file where you will find a plugins block on top.
      In this plugins block, you simply paste this line and click on sync now:
      id 'kotlin-android-extensions'

    • @watermelonkirbs3681
      @watermelonkirbs3681 Před 3 měsíci

      @@calvinkaranja1306 ❤

  • @0RedTree0
    @0RedTree0 Před 2 lety +3

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

  • @mosabtaibaoui8478
    @mosabtaibaoui8478 Před 3 lety +2

    in 48:00 that wasnt a choice import i clicked alt+enter but import wasnt existe

  • @omidmansoori6434
    @omidmansoori6434 Před 3 lety +1

    Hello,
    I have issue tvToDoTitle and cbDone class. I am using MAC. any solution? I am not able to import tvToDoTitle and cbDone class

  •  Před 3 lety +9

    If I may… Thanks for the course, you really put a lot of work in this. But (sorry for that part) if I learned something in almost 40 years of coding it is that a beginner tutorial should always be done by a (almost) beginner! You clearly know what you are talking about but you lost almost everyone trying to explain too many different concepts while rushing some others.
    Android Studio is not a tool that can be mastered through a single course, especially if you don’t know Java, one of the hardest coding language still around (not JavaScript which is a breeze in comparison). An AS beginner course should probably be more focused on the interface, some basic code and a lot of visual stuff to set your interface up as well as a simple way to test your very basic app on a device, because that is the reward beginners are looking for.
    Anyway, as I said nice effort.

  • @GRZlllBadman
    @GRZlllBadman Před 2 lety +1

    Hi i cannot import tvtodotitle from the XML file to my todo adaptor list in on bindViewHolder can anyone help me with that pls, thank you

  • @yiyou9625
    @yiyou9625 Před 3 lety +2

    Finished! Great video, thank you Philipp

  • @yabadabadont8219
    @yabadabadont8219 Před 8 měsíci +1

    The binding method here is deprecated.

  • @Terik17
    @Terik17 Před měsícem +1

    had to give up near the end because apparently we have slightly different versions of the IDE and I couldn't solve a step... i wouldve liked a bit more explanation of each step tbh so i understood what was being done and what other options there were

  • @Why_This_Fury
    @Why_This_Fury Před 3 lety +1

    I can't import a tvTodoTitle ... why any ideas?

  • @khurramshahzad-in3lj
    @khurramshahzad-in3lj Před 2 lety +1

    at 46:54 apply function is not loading in view class??

  • @otooleger
    @otooleger Před rokem +1

    Thanks very helpful . Just one criticism. The dark background makes it almost impossible to read the code from the screen.

  • @michaelchristensen8350
    @michaelchristensen8350 Před 3 lety +8

    Hello thanks for this great tutorial :-)
    I was thinking what about making a part two, where we make it so the app can save data even after we close and reopen it ?

  • @LILBETATRUTH
    @LILBETATRUTH Před 5 měsíci +1

    Ok thank you for helping but it was hard understanding what you were trying to say. I still went through the whole video but if you could explain more of the parts in depth, that would help my understanding by a mile. Thank you for the video!

  • @jdawg051587
    @jdawg051587 Před 2 lety +1

    Android Extensions is deprecated. How do I import item_todo.xml for onBindViewHolder?

  • @josecuervo186
    @josecuervo186 Před rokem +3

    Literally, I followed the course from start to end (yes, I had to install Android Studio) and got the app working (well, I had to read the pinned comment to add plugin). Thanks Philipp, you are awesome!

    • @arminbuch9386
      @arminbuch9386 Před rokem +1

      Where's that pinned comment? Which plugin? I don't see any. I'm trying to follow the tutorial, too, but I fail at about 47:30

    • @andymukonkole
      @andymukonkole Před rokem

      @@arminbuch9386 thats exactly where am stuck too

    • @arminbuch9386
      @arminbuch9386 Před rokem +1

      @@andymukonkole See my other comments

    • @ducphd
      @ducphd Před rokem +3

      @@arminbuch9386 i just try to solve this issue and just you add `id 'kotlin-android-extensions'` in `plugins` tag in build.gradle inside app module, and sync project

    • @claudioparra8507
      @claudioparra8507 Před rokem +1

      @@andymukonkole I made the change but thought that the sync was automatic. after you do the change you have to click the elephant with a downward blue arrow to do that sync. That does the trick.

  • @loloud
    @loloud Před rokem +1

    I'm not familiar with kotlin but seems too confusing to have a nested class and even to have a parent class type of its nested class.

  • @PankajKumar-fq9zi
    @PankajKumar-fq9zi Před 3 lety +1

    48:19 showing errors in text and ischecked why?

  • @wipros3567
    @wipros3567 Před 3 lety +9

    So, in short. You've made to-do list. In 1 hour. With all that code. All respect to you, but I think I'll be fine with online app makers for now

  • @jampierreterronesespino909

    Agregar : id 'kotlin-android-extensions' para lo del minuto 47:52 y permita importar

  • @mihirraval2076
    @mihirraval2076 Před rokem

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

  • @james_dev_vn
    @james_dev_vn Před 3 lety +2

    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

  • @noriega211
    @noriega211 Před měsícem

    Great video ❤. Very informative, i like how you take the time to explain every step of the process. Thankyou for sharing your knowledge.

  • @FransixWeb
    @FransixWeb Před 3 lety +14

    Always reading minds, how do you do it 😩♥️

  • @sich254
    @sich254 Před rokem

    i gat great of things that has really realized android isn't hard. Thanks Mr Lackner

  • @pravzop
    @pravzop Před 2 lety +1

    47:57 I didn't get any 'Import' option after clicking Alt+Enter. What could be the reason?

    • @MyPing0
      @MyPing0 Před 2 lety

      did you figure it out? I'm having this problem too

  • @apmelqui1
    @apmelqui1 Před rokem +1

    Quick question:
    On 47:40 how can I import tvTodoTitle and dbDone? Mine is to importing it.
    Thanks

  • @user-me8rj1sv4x
    @user-me8rj1sv4x Před rokem +1

    When i am trying to access the variables of item_todo.xml in adapter class its showing error? Can anyone please help?

  • @drdDavi
    @drdDavi Před 3 lety +5

    As a Senior Flutter Developer, I fully endore this video. Amazing, clean and concise content. You have given me motivation to deep dive into Android and Kotlin more.

    • @lardosian
      @lardosian Před 3 lety

      How are you finding flutter, I was thinking of learning it for mobile development and really like Material ui, thanks!

    • @drdDavi
      @drdDavi Před 3 lety +1

      @@lardosian I really like flutter, super fast development. And easy to read code.

    • @lardosian
      @lardosian Před 3 lety +1

      @@drdDavi Thanks Damion

    • @archangel0137
      @archangel0137 Před 3 lety

      I'm a Web Developer and learning Flutter. Is Kotlin a good addition??

    • @mbhalishandu2583
      @mbhalishandu2583 Před 3 lety

      @@lardosian check "FilledStacks" CZcams channel, as a Senior Flutter Developer, watching this just kept me thinking ".. yea I ain't coming back to this boys and girls 😅"

  • @benbrown1535
    @benbrown1535 Před rokem +2

    I ran into trouble with this because the synthetic view binding is deprecated shown in this video... @Phillipp Lackner if you could update a new one with this or Jetpack it would be much appreciated! FWIW, I got this to work with viewbinding :)

  • @katepiskunova5727
    @katepiskunova5727 Před 2 lety +1

    Does anyone has a problem that Android Studio not let you import tvTodoTitle? Maybe someone can help me in this situation. I've tried to write it by hands, but it didn't work.

    • @bombzerk
      @bombzerk Před 2 lety +2

      Just found out after debugging for 1 hour: the solution is described in the pinned comment. You need to add "id 'kotlin-android-extensions'" in your Gradle file

  • @maryannadelman4438
    @maryannadelman4438 Před 2 lety +3

    Love your teaching style. Easy to follow for someone like me who is such a newbie to coding. One question: I followed the tutorial and it came out fine except that the list wouldn't retain the entries. However, I did not do this as a standalone app - I added the todo list as an activity to an existing app I'm making. Would that be the reason the entries disappeared once I closed the activity and went to another page? Maybe there's a bit of extra code I'm needing?
    Thanks again for the tutorial. Really helpful for a 50+ lady like me who's such a rookie

    • @jonan2199
      @jonan2199 Před 2 lety +1

      listen in at the beginning he said that nothing will be saved on app exit I think

  • @nilsothecookiemonster7419

    Cant you make the app save the list in a local txt file and then read that for the next time you open the app?
    For a saving system?

  • @TomasMisura
    @TomasMisura Před 2 lety

    After one hour of watching this video I have realized AS is already installed on my laptop so I can test it immediately instead of pure watching this :)

  • @lautarod51
    @lautarod51 Před 2 lety +1

    The first half of the video is a 10/10 super well expalined. However te second part is a ???/10, i have no idea what going on

  • @captalextamonan6641
    @captalextamonan6641 Před 3 lety +1

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

  • @pubuduchathurangeekanayake7297

    Flutter Dev be like
    "Look What They Need To Mimic A Fraction Of Our Power"

  • @ath.bar.7671
    @ath.bar.7671 Před 3 lety +7

    That's the longest video I have ever watched without skipping

  • @ericnyaga603
    @ericnyaga603 Před 3 měsíci +1

    Great Video still in 2024 Thanks a latte

  • @anticipatient
    @anticipatient Před 3 lety +1

    Nice video. I was watching at 1.5x and trying to keep up, thinking "man this guy types fast." :D

  • @giridharan9455
    @giridharan9455 Před 3 lety +2

    Hi Philipp..
    I tried this code by following each steps and it's a success.
    How can I convert it to an App and how Can I load it to my android phone?
    Thanks for the videos, it's very useful.

    • @danielmcpherson9062
      @danielmcpherson9062 Před 2 lety

      You'd just need to export it to an APK

    • @codingboy2254
      @codingboy2254 Před 2 lety +1

      or you could use android Debugger/Developer Mode in you android phone
      but it does not port the app

  • @soffi2719
    @soffi2719 Před 3 lety +1

    The TodoAdapter class is beyond me...

  • @shock1136
    @shock1136 Před 2 lety +1

    I just want to know if you are storing your todos in a database or not?? Or how does the storing work, I'm quite confused...

  • @lucianowod
    @lucianowod Před 9 měsíci

    Haven't finished the video but love the comparison to web development. It was helpful because I'm new to app dev but have some experience in web dev.

  • @ussamakhelfa9524
    @ussamakhelfa9524 Před 2 lety

    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 ..

  • @gummimauer
    @gummimauer Před rokem +1

    apply plugin: 'kotlin-android-extensions' in the build.gradle is depricated. So the elements from the activity are unknown. Could you show how to fix it? I tried the reference from google but it didn't work.
    Writing the parameters under each other is very bad to read. You can't tell if it's the passing parameters or the code in the function.

    • @polyfx8986
      @polyfx8986 Před rokem

      I'm not getting the message that it's deprecated but it doesn't work for me either, please let me know if find a solution cheers.

    • @polyfx8986
      @polyfx8986 Před rokem

      Found the solution further down in the comments, make sure the sync the project by either right clicking "kotlin-android-extensions", then Actions (first option) and it should have sync as an option. Alternatively you should be able to sync it in the blue bar just below the tabs.

  • @Sniperkag
    @Sniperkag Před 2 lety +1

    My head exploded in the TodoAdapter >_< I'll better go back to basics

  • @abhaychauhan9591
    @abhaychauhan9591 Před 3 lety +5

    More of such projects pls 🙏

  • @maryannadelman4438
    @maryannadelman4438 Před 2 lety +2

    In regards to my question about a possible future tutorial on how to link this with a database: Would you be able to direct me to a tutorial that would show how to link a database with the code you've written in this app so that list inputs would be retained when app is exited & reopened? It would be much appreciated. Thank you.

  • @user-tp2cf5hx5c
    @user-tp2cf5hx5c Před rokem +1

    Because web development deals with a bunch of abstractions so you dont actually deal with many Computer Science concepts. Android development falls into the category of native development, which is far more complex than web development. Without native development, the components and tools that web development leverages wouldn't exist. In short, web development is very straightforward because most of the complexity has been handled by native developers

  • @anarbekomurzakov8089
    @anarbekomurzakov8089 Před 2 lety

    Good job Philipp!
    I liked it a lot.

  • @nandiniverma6127
    @nandiniverma6127 Před 2 lety

    Another app added to my bucket list for making

  • @stephentellez5718
    @stephentellez5718 Před 2 lety

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

  • @colinf6266
    @colinf6266 Před 3 lety +3

    Thank you for making this!

  • @anujgorasia
    @anujgorasia Před 3 lety +1

    Thanks much Brad. Love your content.

  • @harunk.2635
    @harunk.2635 Před 5 měsíci

    Hi Philipp, thank you very much. This tutorial simplified my entry into the Android (Kotlin) world. You did it very well 👏 It seems to be very similar to the development of UIs with Qt (Designer), I didn't know it and this will make my life pretty much easier. Do you have a tutorial with a more complex Android app, I would buy and watch it.

  • @chvrleshd
    @chvrleshd Před 3 lety +3

    I wish they will eventually do all the heavy lifting with adding all these extra stuff in the layout building so we can just focus on code. Thats too much information to absorb just to build layout

    • @JiosX
      @JiosX Před 2 lety

      exactly. Very cluttered and it's built like we're still in the middle ages.

  • @zakariaemimouni6344
    @zakariaemimouni6344 Před 3 lety +2

    Philipp the way your explaining the cours is so fast and hard for beginners as me to fallow with you but good look I'm going to check your channel for more videos thanks

  • @quicksketch1617
    @quicksketch1617 Před 3 lety +1

    Thank you very practical and simple, only the toogleTru it's a little bit complicated to understand and kotlin extensions it's deprecated, but it works just add in dependencies

  • @richenjoshi7054
    @richenjoshi7054 Před 2 lety +1

    I understood nothing from programming part, what is going with all those class inheritance, class type, etc

  • @amypellegrini1732
    @amypellegrini1732 Před 3 lety +1

    Great tutorial! Saved me a ton of hours

  • @BehruzbekOtayev
    @BehruzbekOtayev Před 3 lety +9

    omg, let me be honest. Classes seem to overcomplicate things that shouldn't be. I have been doing functional programming, my mind switched off after 40:00, Why do you need a separate class for every goddamn thing? It just complicates things. How do you learn what class inherits from what class? It is just a simple todo list for God's sake... I am just typing along without understanding shit. I worked with classes, but isn't this a bit overkill?

    • @sohamhegde2386
      @sohamhegde2386 Před 3 lety +1

      I agree! I mean he should have atleast run the emulator and shown how each classes and functions work. Am confused now. Do u have any suggestions ?

  • @user-cb1dk7ly9q
    @user-cb1dk7ly9q Před 2 měsíci

    Sir what if alt+ enter key is not working for inport

  • @nikki_ke_nuskhe
    @nikki_ke_nuskhe Před 3 lety +1

    if you get an error adding the strike through at 50:26 add this code :-
    if (isChecked) {
    tvTodoTitle.setPaintFlags(tvTodoTitle.getPaintFlags() or Paint.STRIKE_THRU_TEXT_FLAG)
    } else {
    tvTodoTitle.setPaintFlags(tvTodoTitle.getPaintFlags() and Paint.STRIKE_THRU_TEXT_FLAG.inv())
    }
    import android.graphics.Paint gets added automatically