Reputation: 681
I want to change the background image of the activity after every 30 seconds in android.
Does anyone know, how to accomplish this?
Thanks in Advance, -Neha
Upvotes: 1
Views: 2439
Reputation: 585
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!
Upvotes: 2