如何在地图视图上按间隔显示图像?
我想在地图视图上显示 5 个图像作为地图叠加层,每个图像间隔 1 分钟。我用睡眠来延迟。但它不起作用。经过所有延迟后,图像全部显示。如何做到这一点?请帮忙
I want to display 5 images on a Map View as map overlay with an interval of 1 minute each. I use sleep to make a delay. But it is not working. After all delay, the images are displaying altogether. How to do this? Please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个链接。我认为,这就是您所需要的
http://developer.android。 com/resources/articles/timed-ui-updates.html
UPD:
在您的 Activity 中定义:
然后在 onCreate 或 onResume 中的某个位置调用
Look at this link. I think, it is, what you need
http://developer.android.com/resources/articles/timed-ui-updates.html
UPD:
Define in your activity:
and call then somwhere in onCreate or onResume