I have almost the exact same problem as this question here: Android, How to restart/refresh a fragment from FragmentActivty?
I\'m trying to call the a method of a
getFragmentManager().beginTransaction().detach(this).attach(this).commit();