延迟加载按钮背景

时间:2018-06-25 18:13:57

标签: java android

要恢复,我制作了一个带有按钮及其背景的应用程序。我想知道是否有一种方法可以延迟加载这些按钮背景...我搜索后发现,我们可以使用Picasso,Universal图像或Asynctask,但可以使用ImageView而不使用按钮。

我尝试了类似的方法,但是我确定这是不正确的:

Picasso.get()
    .load(R.drawable.blue_xml_popcorn)
    .into((Target) BteyoutubePlay_popcorn);

因此,如果有人有解决方案,那将非常有帮助。 :)

谢谢!

0 个答案:

没有答案