I am trying to get a handler to start as soon as the fragment appears on screen to the user. I have tried many other ways and they all seem to start the handler thread before the fragment appears to the user. Usually the fragment before triggers it.
The isVisible() method that is floating around other threads says a fragment is visible when it isn't on the screen.
Any help is appreciated!