Dagger Hilt | Firebase | Firestore | MVVM | Github | Android | Kotlin

Поділитися
Вставка
  • Опубліковано 30 тра 2022
  • In this video, we will learn about Dagger Hilt implementation in android studio project.
    Github Repository: github.com/shahzadafridi/Fire...
    Branches:
    - (master) has complete code with the new design.
    - (feature/navigation-component) has related to navigation component
    - (dagger-hilt-impl) has related to dagger hilt implementation
    - (feature/add-note) has related to add note
    - (feature/delete-note) has related to delete note
    - (old-design) has complete old code with the old design
    - (modification/design) has complete code with new design, refactored code, and modification in logic etc.
    You can follow us on social media platforms for the latest updates and information.
    Twitter: / rtcoding
    Facebook: / realtimecoding
    Instagram: / realtimecoding
    Github: github.com/realtimecoding
    Thank you for watching the tutorials and support!
  • Наука та технологія

КОМЕНТАРІ • 8

  • @reshare2032
    @reshare2032 2 роки тому

    👍👍👏

  • @krishnakumar-kh5vo
    @krishnakumar-kh5vo 2 роки тому +1

    thanks a lot sir,, your content are amazing ... please upload some video on using coroutine with firebase

    • @realtimecoding
      @realtimecoding  2 роки тому

      Thanks Krishna. I don't think coroutine will work with firebase as firebase itself managing things from the library which which they provide functions.
      In case if we use rest API to collect and pass data then we can use coroutine.

    • @krishnakumar-kh5vo
      @krishnakumar-kh5vo 2 роки тому +1

      @@realtimecoding got it sir...you are great sir...i was struggling a lot for learning firebase with mvvm ... somehow UA-cam recommended your video..... don't stop sir.... please make the video on more topics of Android.......

    • @realtimecoding
      @realtimecoding  2 роки тому +1

      Yes I have listed some of the course that I will target to complete in 2022 so stay tune you will get more videos on android development

    • @krishnakumar-kh5vo
      @krishnakumar-kh5vo 2 роки тому

      Ok sir

  • @anjannarla7846
    @anjannarla7846 2 роки тому +1

    is there any official package repository for android ?

    • @realtimecoding
      @realtimecoding  2 роки тому

      Repository about Hilt implementation from android? You can find code lab on the android official website.