如何在Android中的下一个和上一个按钮上更改textview和imageview内容?

时间:2019-07-13 08:55:19

标签: java android textview imageview

我正在制作一个应用程序,图像必须在imagview中下一个然后返回,而textview中的文本也与image(不同的文本)一起出现,有人可以编写代码来更改图像的文本吗? textview中有一个字符串。

@objc func appEnteredBackgound() {
  playerLayer.player = nil
}

@objc func appEnteredForeground() {
  playerLayer.player = player
}

用于将文本更改为图像描述的代码(每个图像的字符串值)是必需的。

0 个答案:

没有答案