How to customize Android's LockScreen?
Asked Answered
A

1

7

I know that there is already some apps can do this, such as:

WidgetLocker Lockscreen
enter image description here

Flyscreen
enter image description here

I want to know how to do this in my app? What classes I can use? Or what articles I should read? I don't want to change the Android's source code.

And I wonder if it will be different to deal with when the screen is locked by draw pattern?

Andvari answered 29/4, 2011 at 8:16 Comment(1)
possible duplicate of Developing a custom lock screenGigot
C
2

Have a look at this answer. You need to write your own home screen app which will implement the lockscreen behaviour that you require. There is sample code for writing your own home screen app in the Android SDK.

Catalyze answered 2/6, 2011 at 8:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.