How do you pass a data from activity to fragment that's already active? I can transfer using a bundle but the only way I can get it is using createView
on that fragment but my problem is it is already created. Is there anyway that I can pass data from activity to fragment and then call that data without using onCreateView
I tried this link to get what I needed but the data is not accessible due to static