Android: How to know if a Fragment has finished loading entire content?
问题 Is there anyway to know that a Fragment has finish loading the entire contents of the Fragment ? The reason I'm asking is because in the onResume state when I put the application in the background I Re-Load the Fragment by executing an AsyncTask but I only want to Re-Load the Fragment that was put in the background only if the Fragment has not finished loading the entire contents of the layout (images, shapes, data, etc...) is there anyway to know if the Fragment has been fully loaded? 回答1: