Reputation: 1868
I am looking for a sample code on Android Screen Saver. I tried Google but hard to find any useful result. Does anyone have any good samples on that? please tell me.
Thanks.
Upvotes: 0
Views: 1887
Reputation: 10349
In android lock screen acts as screen saver. If you want to use any other animation as screen saver in place of default lock screen, try about how to create custom lock screen ?
If you are looking for screen saver of normal PCs, you have to modify/create the Home Screen App to add this screen saver feature. I think no concept of screen saver till android 2.3.3. I don't know about after 2.3.3.
I hope it may help you.
Upvotes: 1
Reputation: 1267
i searched and is this what you are looking for? https://github.com/Dustinmj/packages-experimental-DreamTheater
Upvotes: 1