How to Share Data between Fragment and Activity || Share Data using ViewModel || FoxAndroid || 2021

Поделиться
HTML-код
  • Опубликовано: 12 июн 2021
  • How to Share Data between Fragment and Activity || Share Data using ViewModel || FoxAndroid || 2021
    Source Code: DM on Instagram
    Follow me on Instagram: / foxandroidblog
    Follow me on Facebook: / foxandroidblog
    ---------------------------------------------------------------------------------------------------------------------------------------------------------
    Equipment I Use to Make My videos:
    📱 Phone -: amzn.to/3px6ucS
    🎧Earphones -: amzn.to/3JecI98
    🎙️Mic - : amzn.to/310u7Rp
    🎙️Mic - : amzn.to/3He96SW
    🔊Speakers - : amzn.to/3Hgfzg8
    💾External HardDrive - amzn.to/3JoRzZV
    💻 My PC build: www.amazon.in/shop/foxandroid
    --------------------------------------------------------------------------------------------------------------------------------------------------------
    Hey Developers,
    In this video, I have explained :
    * How to share the data between Activity and a Fragment using shared ViewModel
    AlarmManager in Android Studio
    • AlarmManager in Androi...
    How to Sort Recyclerview items using Java
    • How to Sort Recyclervi...
    Sort Recyclerview using Kotlin
    • Sort Recyclerview usin...
    AlarmManager using Kotlin in Android Studio
    • AlarmManager using Kot...
    Send Data from one Fragment to Another Fragment
    • Send Data from one Fra...
    Fragments Implementation using Kotlin
    • Fragments Implementati...
    #sharedata #fragments #androidstudio
  • НаукаНаука

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

  • @user-iq3oc8bh5s
    @user-iq3oc8bh5s 2 года назад +2

    finally found the answer to my questions. The video is just super. Thanks a lot))))

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

    Great Series, Thanks for sharing !! Have a question, we can do something what is mentioned in the playlist using Navigation Compoenent right ? Do u see any advantage of still using fragment manager !!

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

    Halped A lot Man keep it up !!

  • @iftak01
    @iftak01 2 года назад +2

    Great vid! Please do vid using Kotlin..thanks!

  • @user-rf2yi4mj2y
    @user-rf2yi4mj2y 5 месяцев назад

    But I need without button just like this if i in current visible fragment then update activity var with my fragment var
    Like fragment
    EditeText ed = view. findViewById(R.id.ed);
    ((mainActivty)getActivity()).ed = ed;
    How can do like this i try but it's just pass last fragment address not current fragment
    If I use button then work but I need without button

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

    Nice explanation, but what if I have multiple data to pass at same time? for example I have fragments that have Strings and Booleans and i want to get them to print them in pdf document.
    How do you get know which data is when there is more than one?

    • @lyawileh.a8741
      @lyawileh.a8741 2 года назад

      set and get all fields you want inside the viewmodel and set and get them in any place in your program.

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

    Nice video. Can you please suggest how to transfer data from Activity to Fragment too, where data will be send by the activity and fragments listen.

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

      Same method can be used...video will be out soon

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

      @@_foxandroidi am trying to implement tablayout in an activity by creating three fragments .. is it possible to share the same data(like a firebase uid) from an activity to all three fragments?

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

      @@_foxandroid it's been 8 months now. Where is the video to transfer data from Activity to Fragment??

  • @ekchhuon4976
    @ekchhuon4976 2 года назад +2

    Why not kotlin

  • @FarooqAhmad-lr1fx
    @FarooqAhmad-lr1fx 2 года назад +1

    how to send data from activity into fragment?

  • @tunguyen-nm8qn
    @tunguyen-nm8qn Год назад

    how to code not clear