#7 How to use Flow with Retrofit - Home screen (Complete Guide)

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.ย. 2024
  • In some previous articles we discussed fundamentals of Flow API and also using it in Room Database in Kotlin , Here is the list of those articles :
    🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
    By using the referral code , you will get 500 USD off their annual plan subscription.
    🔥 Referral code : CGANDGEEK
    Subscribe here: coingecko.com/api
    🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
    Fundamentals of Flow API [ 2 Part ] :
    • #1 What is Flow in Kot...
    • #2 How to use Flow Ope...
    How to use Flow with Room Database [ 4 Part ] :
    • #3 How to use Flow wit...
    • #4 How to use Flow wit...
    • #5 How to use Flow wit...
    • #6 How to use Flow wit...
    And now , This video is the last video in this series and I will show you How we can use Flow beside Retrofit .
    Part 2 : • #8 How to use Flow wit...
    How to use Hilt with Retrofit :
    • #3 How to use Hilt wit...
    How to use Extension Functions in Kotlin
    • How to use Extension F...
    💾 Github Source :
    github.com/eza...
    🗒️ Medium's Article :
    / how-to-use-flow-with-r...
    ✨ Join Medium to read thousands of valuable stories ✨
    / membership
    If you're looking to enhance your Android skills or have any questions about the field, feel free to reach out to me on MentorCruise. I'm here to support your growth and learning! Let's connect and learn together! 📚💡
    mentorcruise.c...

ความคิดเห็น • 28

  • @AndroidGeekCo
    @AndroidGeekCo  ปีที่แล้ว

    🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
    By using the referral code , you will get 500 USD off their annual plan subscription.
    🔥 Referral code : CGANDGEEK
    Subscribe here: coingecko.com/api
    🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥

  • @matt-g-recovers
    @matt-g-recovers 10 หลายเดือนก่อน +2

    I also like these longer complete videos to watch as entertainment. (I don't watch normal television but rather TH-cam instructional/documentary or game playthroughs in my interest range)
    Ive been doing Android development since 2009 and still very passionate.
    Watching others build gives me insight and ideas, always learn something.
    Thank you for this video.

  • @TaranMahal343
    @TaranMahal343 ปีที่แล้ว +2

    Very nice tutorial, just wanted to look into flow but eventually watched whole video. Thanks for posting.

    • @AndroidGeekCo
      @AndroidGeekCo  ปีที่แล้ว

      Thanks for your kind 😊 glad you enjoyed it 😊

  • @mesutozmen7206
    @mesutozmen7206 ปีที่แล้ว +2

    The best channel on youtube. very nice explanation I can't wait for more videos and more content.♥♥♥

    • @AndroidGeekCo
      @AndroidGeekCo  ปีที่แล้ว +1

      Thaaanks for your kind and your feedback 😊🙏 glad you liked videos on the channel 😊

    • @mesutozmen7206
      @mesutozmen7206 ปีที่แล้ว +1

      @@AndroidGeekCo You deserve more than these likes, sir.🙏🏻

    • @AndroidGeekCo
      @AndroidGeekCo  ปีที่แล้ว

      Thaaank you 😊🙏

  • @jopadjr
    @jopadjr ปีที่แล้ว +2

    Great tutorial. What about in Jetpack Compose?

    • @AndroidGeekCo
      @AndroidGeekCo  ปีที่แล้ว

      thanks for your feedback , we will have Jetpack Compose series as soon as possible , just i have some videos to publish , after that i will share the Jetpack Compose series :)

  • @bq_wang
    @bq_wang 8 หลายเดือนก่อน

    very helpful!

  • @DBizM001
    @DBizM001 ปีที่แล้ว +2

    Great work, will it be possible to have lessons and project on Koin DI ?? Thanks

    • @AndroidGeekCo
      @AndroidGeekCo  ปีที่แล้ว

      Thanks for your feedback 😊🙏 Yes sure, I will try to record a video about Koin 😉

  • @emadkeyvani1660
    @emadkeyvani1660 ปีที่แล้ว +1

    Such a great video 👏👏

  • @user-wx2mk3yu6x
    @user-wx2mk3yu6x ปีที่แล้ว +1

    Awesome guide 👏 job well done

    • @AndroidGeekCo
      @AndroidGeekCo  ปีที่แล้ว +1

      Thanks for your kind Mohsen 😊🙏

  • @rogercolque
    @rogercolque 10 หลายเดือนก่อน +1

    thank for this video man

  • @aminrezaie7639
    @aminrezaie7639 ปีที่แล้ว

    Great as always

  • @aminghazimoradi5365
    @aminghazimoradi5365 ปีที่แล้ว +1

    great my friend😍

  • @adeelashraf9627
    @adeelashraf9627 ปีที่แล้ว +1

    Can you please do a tutorial on Firebase Realtime Database with Flow? Sorry for being a total snob in the 1st draft of this comment by not appreciating countless hours of effort you're putting in making the tutorials, which is helping me have a gainful career.

    • @AndroidGeekCo
      @AndroidGeekCo  ปีที่แล้ว

      Thanks Adeel for your kind 😊, I really glad that my videos are useful for you, that's good idea... I will try to record a Playlist for this subject ✨

  • @LokayB455
    @LokayB455 10 หลายเดือนก่อน +1

    why didn't you use stateflow ??

  • @aminghazimoradi5365
    @aminghazimoradi5365 ปีที่แล้ว +1

    Hi Reyhane
    what is the functionality of that "out" keyword at 25:30 ?

    • @AndroidGeekCo
      @AndroidGeekCo  ปีที่แล้ว +1

      Using out in this context is appropriate because DataStatus is typically used as a producer of T. It means that the data property of DataStatus is read-only, and you can safely retrieve the value of data without worrying about type safety issues. This makes sense because DataStatus represents the result of an operation, and once the result is produced, you should be able to safely read it.

    • @aminghazimoradi5365
      @aminghazimoradi5365 ปีที่แล้ว +1

      @@AndroidGeekCo tnx my friend