Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在线程池的帮助下从服务器下载图像。如果图片下载失败,比如本地网络断开,或者服务器下线,我可以通过什么方法来检查下载是否完成以及图片是否有效?目前我不知道它已损坏,直到我访问该文件。
BitmapFactory 方法将在成功时返回 Bitmap,如果无法解码位图,则返回 null。