(The first principle of asynchronous loading of Android images: When loading an image, first detect that the image exists in the cache, if it exists, then return to the image. Otherwise, first load an implicitly approved placeholder image, create a command to obtain the image through the network and add it. After the command is implemented, release the message to update the interface to the main thread.)