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.
我从链接下载了一个 png 文件。但有时没有文件。我有空问题。
如何检查位图是否下载。
mIcon = BitmapFactory.decodeStream(icon_url.openConnection() .getInputStream())
就那么简单:
if(mIcon==null){ // set fallback Image or retry }