-1

I want to make a screensaver in a windows phone application. Is it possible?

Kara
  • 6,115
  • 16
  • 50
  • 57
jpmd
  • 247
  • 1
  • 7
  • 19
  • 1
    Are you finding that the battery on your phone doesn't drain fast enough under normal usage? – Roman Oct 18 '11 at 13:48
  • The battery doesn't matter.. it's only for testing.. I only want to know how can i make a screensaver.. – jpmd Oct 18 '11 at 13:52

3 Answers3

0

No, unless you are in Windows phone development team. Windows phone development team will have access to internal dlls through which you can create screensaver. But as a individual developer, we can't do it!

Abhishek
  • 6,912
  • 14
  • 59
  • 85
0

The answer is simple:

For now, you can't.

Currently there is no way to schedule the start an application.

andrecarlucci
  • 5,927
  • 7
  • 52
  • 58
0

What you can is create an app that does some sort of animation (like a screensaver does) and just manually run it... I know, i't not a screensaver per say (it won't automatically run if you just leave the device idle) but it's the best you will manage to achieve right now in Windows Phone...

Pedro Lamas
  • 7,185
  • 4
  • 27
  • 35