I have a simple fragment inside of an activity, and i need it to update its contents.
I have the handle to the root views, but
view.invalidate()
does'nt do anything.
When I pop the fragment off the back-stack and push it again, then it updates it contents. Is this the way to update the fragment.