How can I trigger a rerun() for a fragment alone?
Should I simply return from the (fragment)function with a return value suggesting a re-run and make the driver code keep calling the fragment again and again? Will that work? (or) Is there a more elegant official solution?