如何在特定时间更改 Android 画廊中的图像

发布于 2024-10-14 22:39:06 字数 108 浏览 1 评论 0原文

我的目标是在特定时间更改我画廊中的图像, 假设 5 秒改变,再 5 秒改变。

使用处理程序来更改某种无限循环 img 但我认为这种方法会消耗大量电池。

最好的方法是什么?

My goal here is to change the image in my gallery at certain times ,
lets say 5 seconds change , another 5 seconds another change .

Some sort of infinite loop using a handler to change the
img but i think this approach would consume a lot of battery .

what is the best way to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丶视觉 2024-10-21 22:39:06

我不认为你的做法有什么问题。

活动课程总是消耗大量电池。

只需在 onPause() 中停止计时器即可。

I don't see nothing wrong in your approach.

Activity classes always consume a lot of the battery.

Just stop the timer in onPause().

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文