Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developing a custom lock screen [duplicate]

I want to develop custom lock screen app that looks like iPhone's lock screen.

Are there are any tutorials or examples for this? If not, where should I start?

like image 741
d-man Avatar asked Apr 03 '11 12:04

d-man


People also ask

Can you have multiple Lockscreens on Iphone?

From all of the wallpaper options presented, pick one. You can have multiple Lock Screens, so don't worry if you want to use more than one option.

Can you customize Samsung lock screen?

Set up a Dynamic Lock screen or add up to 15 videos or photos in your Gallery to personalise and freshen up your Lock Screen wallpaper.

How do I put widgets on my lock screen?

Go to Settings > Security & screen lock and check Enable widgets. To add lock screen widgets: Swipe right from the left edge of the lock screen until you see a large plus icon. Touch the plus icon.


1 Answers

There is no support for creating a "custom lock screen aap" in the Android SDK. You can only modify the lock screen behavior in custom firmware.

UPDATE

Note that Android 4.2 does allow you to create app widgets that can be added to the device's lockscreen, which may meet your needs.

like image 88
CommonsWare Avatar answered Oct 05 '22 03:10

CommonsWare