开发者

How to change the background image of an activity at regular interval in android?

开发者 https://www.devze.com 2023-02-04 11:16 出处:网络
I want to change the background image of the activity after every 30 seconds in android. Does anyo开发者_StackOverflow中文版ne know, how to accomplish this?

I want to change the background image of the activity after every 30 seconds in android.

Does anyo开发者_StackOverflow中文版ne know, how to accomplish this?

Thanks in Advance, -Neha


This is possible using a Handler. The Android developer guide has some information on how to update the UI using a timer. Hope you find this useful!

0

精彩评论

暂无评论...
验证码 换一张
取 消