I\'m dealing with .setVisibility() of a view, inside my main fragment at app start. So what I want is that the view is invisible on app sta
You need to use the onResume() callback method, if you would like to detect when the fragment is visible again
onResume()