Simple Todo App | Jetpack Compose 🚀 | Android Tutorial

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 43

  • @kuboskube
    @kuboskube Месяц назад +3

    I have been struggling all year repeatedly coming back to the same project to learn how to do something similar to this Todo list, and until I found your Room Database tutorial, I have been repeatedly met with failure. Your tutorials are amazingly simple to follow, and I actually feel like I'm learning how to write Kotlin code rather than just copying the text on the screen. Thank you!

  • @synthesizerify
    @synthesizerify 19 дней назад

    Short and concise description of a todo list with compose. Great

  • @Selimmahmud-gh9uu
    @Selimmahmud-gh9uu 7 месяцев назад +2

    Take Love from Bangladesh 😍😍

  • @whattodo1777
    @whattodo1777 7 месяцев назад +4

    great, plz make next a video on task reminder that will give constant notifications to complete the tasks.

  • @scarface11991
    @scarface11991 Месяц назад

    Fantastic videos for beginners like me. I come from Web Development and had to realize how different things are for Android development. Your videos helped me a lot with understanding how an application can be built. Subscribed.

  • @rawat_ji5183
    @rawat_ji5183 5 месяцев назад +3

    Perfectly explained , Very helpful video Thank you so much

  • @Kumar-y7q
    @Kumar-y7q 5 месяцев назад

    Very good video and well explained brother!! Thank you!!

  • @BHARATGARANDE
    @BHARATGARANDE 7 месяцев назад +2

    Great video sir..❤

  • @michaczarnocki181
    @michaczarnocki181 5 месяцев назад

    you are very helpful and you create imensely good quailty videos

  • @vladviking2008
    @vladviking2008 3 месяца назад

    great content!

  • @patk6073
    @patk6073 Месяц назад

    I have copied the code exactly. When adding to the todo list, the first item added displays correctly. Subsequent additions are not displayed by the lazy column (as happens in your video). I have verified that the updated todo list does contain the added item but does not display. Thanks.

  • @ykfazzz
    @ykfazzz 7 месяцев назад

    Please brother can you do a 2 player drawing app this weekend ? I always wanted to learn android studio drawables but found no good professor like you !

  • @abdulhaseebshaikh3240
    @abdulhaseebshaikh3240 4 месяца назад

    MASHALLAH, Very well explained,
    Can you please make a video related to clean architecture + mvvm + usecase + jetpackcompose and koin/dagerhilt dependency injection? It will give a boost to make a powerful scalable project?

  • @Alexander-is1eq
    @Alexander-is1eq 7 месяцев назад

    Thank you very much!

  • @GauravAcharya-qz7hf
    @GauravAcharya-qz7hf 7 месяцев назад

    Please Help!!!! Dai
    I have been learning app dev since last 2 months(Native android dev).My main motive after learning it is to do freelancing but i find that learning Native App dev Is not such a good idea for Freelancing . So i am thinking that I need to switch to Web dev. By learning web dev i can also make cross platform apps with the help of frameworks like react native and fully functional websites . And learning web dev can also be an a good idea for freelance projects . I am confident that I can grasp concept of web dev in less than 2 months with my prior experience in Native android dev. Can You give me suggestion which path to choose....
    Would really Appreciate for the Ans!!!!

  • @devgupta7290
    @devgupta7290 7 месяцев назад +1

    Please bring the dependency injection dagger hilt video

  • @MuhammadUbaid-j4o
    @MuhammadUbaid-j4o 4 месяца назад

    Bro mai nai xml,or kotlin firebase pai grip bna le thi or achai apps bhi bnanai lag gya tha phr ab mai compose pai shift howa honn or compose basic sekh leen hai or ab etna msla ho rha smjh nhi arhi q k ab backkend k leyai roomm database or yai retrofit waghaira waghaira kafi tensionn can you please how to learn things in specific order then continue to develop apps??

  • @insanotu3264
    @insanotu3264 4 месяца назад

    Çok iyi.Elinize sağlık.
    Very good. Thank you.

  • @bilalcavus9855
    @bilalcavus9855 4 месяца назад

    I have some problem with that app. "Add" button don't work correctly in my app. So, it don't add the texts that I write. Can you help me ?

  • @Speed_1421
    @Speed_1421 20 дней назад

    how is the market of kotlin in future is there any job opportunity in future
    Do you have job? if don't then what is the resion?

  • @dechendema9635
    @dechendema9635 7 месяцев назад

    Thank you so much sir ❤. Your explanation is awesome for beginners like me. It helps me a lot 🙏🙏
    Sir, you have connected a room DB with a todo list can you please help me with a login screen like connecting with to-do list too. Please 😊

  • @karishmajadhav4218
    @karishmajadhav4218 5 месяцев назад +1

    Broh ..make nxt vdo on Movie tv shows app in android studio

  • @aliricmotivation
    @aliricmotivation 6 месяцев назад

    for some reason it doesnt register the fillMaxHeight in the Column in the first Composable 3:15. Can someone help me?

  • @adolfjamesurian6510
    @adolfjamesurian6510 2 месяца назад

    I'm new to android dev, I'm confused why does he have to make separate todo manager that contains compose state instead of just modifying the live data directly?

    • @BossFlight
      @BossFlight 12 дней назад

      You could modify the live data directly but this is a recommended separation of concerns good pratice. You would require only to switch the data store layer if you needed to use different data stores, e.g. You can use sample mock data like he did in this video, later implement a local DB storage or even make remote rest call to grab the data.

    • @BossFlight
      @BossFlight 12 дней назад

      Look up for : MVVM (Model-View-ViewModel) architectural pattern

  • @sachinchaurasia8308
    @sachinchaurasia8308 7 месяцев назад

    can you do a video with kotlin flows

  • @pranayirpachi4582
    @pranayirpachi4582 7 месяцев назад

    please make a project to add in resume and crack any interview

    • @EasyTuto1
      @EasyTuto1  7 месяцев назад

      These project you can add.

  • @itsmegaurav171
    @itsmegaurav171 7 месяцев назад

    Dai Yo Data haru ko jastai Room database ani DaggerHilt Api call haru ma video banunu paryo euta

  • @Abbas39x
    @Abbas39x 2 месяца назад

    Guys am I the only one that deletion functionality doesn't work with him?

    • @Robocop987
      @Robocop987 2 месяца назад

      Yeah me too what should I do?

    • @Abbas39x
      @Abbas39x 2 месяца назад

      @@Robocop987
      Idk man, I'm lost too. The deletion functionality works only when I type something in the textfield, I have no idea how to fix it.