@@_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?
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?
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 !!
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
finally found the answer to my questions. The video is just super. Thanks a lot))))
Great vid! Please do vid using Kotlin..thanks!
Halped A lot Man keep it up !!
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.
Same method can be used...video will be out soon
@@_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?
@@_foxandroid it's been 8 months now. Where is the video to transfer data from Activity to Fragment??
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?
set and get all fields you want inside the viewmodel and set and get them in any place in your program.
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 !!
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
how to send data from activity into fragment?
I have same question. Please help
Why not kotlin
how to code not clear