Korki Korkig
Korki Korkig

Reputation: 2814

Windows 8 app tile periodically update when it's not running

I've a app called 'drumtime' installed on Windows 8. It's tile is being changed/updated on every about 10 seconds. This couldn't be done with Background tasks I guess because a background task needs 15 minutes to be executed. But even if the app is not running, it's tile is still being updated.

enter image description here after 10 seconds => enter image description here

So, how can I update an app's tile on every 10 seconds even when the app itself is not running?

I appreciate any help.

Upvotes: 1

Views: 643

Answers (2)

Jennifer Marsman - MSFT
Jennifer Marsman - MSFT

Reputation: 5225

I downloaded Drumtime to check this out, and it is using a peek animation on its live tile. Check out the list of available tile templates. Some of these are "peek" templates which animate smoothly between two different tile templates. That is what Drumtime is doing. I used a peek animation in the tile of an app of mine; I wrote this article with details.

Upvotes: 1

Farhan Ghumra
Farhan Ghumra

Reputation: 15296

Here is MSDN sample of updating tile in every minute. You can learn the logic. You have to set schedule in such manner the tile gets update in 10 seconds.

Upvotes: 1

Related Questions