gpt4 book ai didi

android - 如何在 android 中通过 Url 设置布局的背景图片?

转载 作者:行者123 更新时间:2023-11-30 03:42:01 24 4
gpt4 key购买 nike

<分区>

在我的应用程序中,通过 JSON 从 web url 设置布局背景。但是在 ImageView 中我是这样设置的

try {
ImageView i = (ImageView)findViewById(R.id.animation);
Bitmap bitmap = BitmapFactory.decodeStream((InputStream)new URL("http://alpharithm.in/manager/test/img/files/products/mushroom-soup.jpg").getContent());
i.setImageBitmap(bitmap);
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}

不设置为背景。如何为布局设置背景?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com