REST API with MVVM and Retrofit2 #11 - Creating Repository

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

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

  • @MasterCodingTeam
    @MasterCodingTeam  4 года назад +4

    Comment below "thanks" to help us making new videos everyday

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

    best!

  • @nithinb5728
    @nithinb5728 4 года назад +1

    Thank you so much❤

    • @MasterCodingTeam
      @MasterCodingTeam  4 года назад +2

      Welcome. Subscribe to get more tutorials everyday

  • @vivekgautam9531
    @vivekgautam9531 4 года назад +2

    I am open old project in android studio but gradle is not configured, I am also invalidate cache and restart

    • @MasterCodingTeam
      @MasterCodingTeam  4 года назад +1

      Please update gradle to latest version and then try to open project.
      Watch our solving gradle errors video on our channel

  • @hasanal-sayyed
    @hasanal-sayyed 3 года назад +1

    Thanks

  • @3boodm61
    @3boodm61 4 года назад +1

    thank you

  • @irazramin430
    @irazramin430 4 года назад +1

    sir, why you used parameterless constructor in both of class.

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

    thanks

  • @laser1915
    @laser1915 4 года назад

    What situations can we use MutableLiveData or LiveData? Great tutorial though

    • @MasterCodingTeam
      @MasterCodingTeam  4 года назад

      Thanks. This is architecture

    • @rohitchoudhary1800
      @rohitchoudhary1800 3 года назад +4

      MutableLivedata is something in which you can change the value.. but liveData is Immutable means you cannot change it's value... basically we use MutableLivedata in viewmodel and change it's value in viewmodel itself and create another LiveData of that MutableLivedata in the viewmodel and set the observer in fragments or activity. So we cannot change the value.. this help to accomplish encapsulation... And the main activity or fragment will not be able to change tha value

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

      Thanks 😘😘

  • @vivekgautam9531
    @vivekgautam9531 4 года назад +1

    I want some help from you

  • @obadarawashdeh5435
    @obadarawashdeh5435 4 года назад

    i hope you to make splash screen and internet connection view in mvvm

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

    thanks