Daily Calendar View Android Studio Tutorial

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

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

  • @CodeWithCal
    @CodeWithCal  3 года назад +2

    Monthly Calendar
    ruclips.net/video/Ba0Q-cK1fJo/видео.html

  • @mrtruthvirtue8752
    @mrtruthvirtue8752 3 года назад +7

    You're the golden guy for the mobile development world.

  • @anonymoususer8849
    @anonymoususer8849 3 года назад +5

    In next of this series show, how to add pre-existing events into calendar just like Google calendar have? For example, Halloween etc.

  • @tachyon.4763
    @tachyon.4763 11 месяцев назад +1

    please help, can i ask where is the data or the events created being stored? i urgently need it for my school project

  • @Elmblackbird
    @Elmblackbird 3 года назад +1

    You are amazing!
    Thank you so much for your help!
    Keep up the great work!

  • @lananhdang3664
    @lananhdang3664 3 года назад +6

    Can you do it in Kotlin too, please? ☺️

  • @ausu_pro
    @ausu_pro 3 года назад

    Thank you so much with all your android studio tutorials... Really helped a lot... Thank you!

    • @CodeWithCal
      @CodeWithCal  3 года назад +1

      You are welcome 😉

    • @ricardocarvalho1456
      @ricardocarvalho1456 2 года назад

      i really need help to instal from github

    • @ausu_pro
      @ausu_pro 2 года назад

      @@ricardocarvalho1456 ruclips.net/video/lIYj7UwHa4c/видео.html Hopefully this helps...

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

    Hello
    I urgently need your help
    I imported this project, but it gives an error that there are no repositories.. what should I do, I really need your help😭

  • @mysgrown
    @mysgrown 3 года назад +1

    Thank you so much. This project is very helpful 😇

  • @FlagadorTV
    @FlagadorTV Год назад

    You are my savior

  • @SpideyCents
    @SpideyCents 3 года назад +1

    Keep it up

  • @jingfeng1907
    @jingfeng1907 2 года назад

    Thank you so much!!!

  • @i_want_to_be_anonymous
    @i_want_to_be_anonymous 3 года назад +3

    Can you make tuto to add a save process to the app. That will be 👌

    • @CodeWithCal
      @CodeWithCal  3 года назад

      You could combine with this SQlite tutorial in order to make the events persistent.
      ruclips.net/video/4k1ZMpO9Zn0/видео.html

    • @i_want_to_be_anonymous
      @i_want_to_be_anonymous 3 года назад

      @@CodeWithCal Thank you i will check that 😉

    • @angelogabrielmartinez9994
      @angelogabrielmartinez9994 2 года назад

      @@CodeWithCal hello, how to put the localdate and localtime in the sql?

    • @rachelwielgopolski0609
      @rachelwielgopolski0609 Год назад

      @@CodeWithCal if doing sharedpreferences, how would that work? tried EVERYTHING

  • @cannabaro14612
    @cannabaro14612 3 года назад

    Thank you for your movie! If you will start as app developer, what program language will you select.? Swift or Kotlin.?

    • @CodeWithCal
      @CodeWithCal  3 года назад +1

      Thanks.
      🤔 good question, I think both are great modern programming languages. And you can't go wrong learning either and with time some skills will be transferable.
      But it really depends whether you want to pursue android development first (Kotlin). Or iOS development (Swift).

  • @laughtrip1998
    @laughtrip1998 2 года назад +1

    Hey sir..how about picking another time ?

    • @laughtrip1998
      @laughtrip1998 2 года назад +1

      Because if I set event it will automatically set base on current time..

  • @anaelizabethsolorzanodelga4674
    @anaelizabethsolorzanodelga4674 2 года назад

    Tank you for your android studio tutorials!, it's very interesting and very helpfull

    • @CodeWithCal
      @CodeWithCal  2 года назад

      I have a tutorial for local notifications, might be what you are after.
      ruclips.net/video/_Z2S63O-1HE/видео.html

  • @ДмитрийИвушкин-с1н
    @ДмитрийИвушкин-с1н 2 года назад

    Thank you for your Android Studio tutorials! Why when in the adapter add code:
    if(date.equals(CalendarUtils.selectedDate.now()) holder.dayOfMonth.setTextColor(Color.RED);
    Then the text of the current date is not highlighted in red? Please tell me my mistake.

  • @eoghanfeighery7383
    @eoghanfeighery7383 2 года назад

    Is there a way to add a reminder alarm for the calendar?

  • @mikedesigndeveloper2512
    @mikedesigndeveloper2512 3 года назад

    Super tus videos

  • @chandubonga8687
    @chandubonga8687 Год назад

    Hi , Can u please provide code for this project.

  • @mohammedhssayni8598
    @mohammedhssayni8598 3 года назад +1

    thanks

  • @noahkreyenhagen8937
    @noahkreyenhagen8937 2 года назад

    How do I get the events to show on the monthly calendar too??

    • @CodeWithCal
      @CodeWithCal  2 года назад

      An interesting design question, but the each cell is fully customisable.
      This is an app i built using the calendar in this tutorial, you can see the deisgn i went with, it might help.
      play.google.com/store/apps/details?id=ccahill.com.au.raintracker&hl=en_AU&gl=US

  • @TheTriangle444
    @TheTriangle444 2 года назад

    It doesnt save the list when i close the app?

    • @CodeWithCal
      @CodeWithCal  2 года назад

      Persistent data is not something that is handled automatically in Android.
      Here is a tutorial if you are interested ruclips.net/video/4k1ZMpO9Zn0/видео.html

  • @munteanionut3993
    @munteanionut3993 3 года назад

    09:05 my app keeps breaking when trying to access "Daily" .. any idea why?

    • @CodeWithCal
      @CodeWithCal  3 года назад +1

      What does it say in your console?

    • @munteanionut3993
      @munteanionut3993 3 года назад +2

      @@CodeWithCal thanks, but I solved it! Do not recall at the moment exactly what was the cause.
      Thanks a lot for the tutorial!
      Also, are you going to also implement a persistence layer? So that whenever we stop & restart our app, the events we previously created can be seen. I guess easiest would be with Room. Also editing events (update the time of an event / delete a created event) would be very nice.

    • @Guivarpa27
      @Guivarpa27 2 года назад

      @@munteanionut3993 same problem. Do you remember why?

    • @munteanionut3993
      @munteanionut3993 2 года назад

      @@Guivarpa27 hapff… sorry, cannot recall. But I think I might have my app in a github repo. Would it help you, maybe? Could check on that later

    • @burakoksuz531
      @burakoksuz531 Год назад

      @@munteanionut3993 please give your github

  • @joshuatan5841
    @joshuatan5841 2 года назад

    Anyone knows if this can be done on Minimum SDK Lollipop?

    • @CodeWithCal
      @CodeWithCal  2 года назад

      You can absolutely! You just won't have access to LocalDates which have a lot of convenience methods. But you can use just a regular dates. your methods will need to be a bit longer as there is a little more logic you will have to be responsible for

  • @rachelwielgopolski0609
    @rachelwielgopolski0609 Год назад

    how would you delete an event?

    • @CodeWithCal
      @CodeWithCal  Год назад

      Arraylist has a remove function.
      www.geeksforgeeks.org/remove-element-arraylist-java/
      or you could add a deleted field to the event class. it could be a boolean, but usually its better to use a date

  • @arttutuominen4214
    @arttutuominen4214 3 года назад

    How this works in Fragment?

    • @CodeWithCal
      @CodeWithCal  3 года назад

      Don't see why this couldn't work in a fragment. :)

    • @arttutuominen4214
      @arttutuominen4214 3 года назад

      @@CodeWithCal My app crashes as I navigate my calendar :')

  • @guilhermebarbosa6198
    @guilhermebarbosa6198 2 года назад

    LINDO

  • @nikoladeletic1965
    @nikoladeletic1965 2 года назад

    next time make video even more faster, put 70 minute video in 10 minute, so we shall watch in x0.25 speed please...

    • @CodeWithCal
      @CodeWithCal  2 года назад

      😆

    • @nikoladeletic1965
      @nikoladeletic1965 2 года назад

      @@CodeWithCal hahaha thank you man, i used this tutorial, I just have one problem, how to save it to SQLite database, because I need to save LocalDate and LocalTime (or LocalDateTime it's irrelevant) as a String, not using *parse* method

  • @lglf77
    @lglf77 2 года назад

    Why don't you listen to people with doubts to set up classes? proud?