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 }