天気に基づいてアプリケーションを作成しています。この無料の APIを使用しています。
これが私のJSON URLです。
weatherIconUrl
ここから画像を取得するときhttp://www.worldweatheronline.com/images/wsymbols01_png_64/wsymbol_0001_sunny.png、設定する前に透明にしたいimageview
。
私は試してみました...
1. android:background="@null"
2. android:background="@android:color/transparent"
要するにhow to set image as transparent after decode from the url
。アイデアをください。
ありがとう。