31

I want to develop my own lock screen for Android that will replace the default android lock screen. I do not have any idea how to start.

Is there any tutorial about it or an example I can download and open in my eclipse and run ?

Thanks a lot

user1902346
  • 799
  • 1
  • 12
  • 21
  • You may check my answer, I think will help you achieve what you want http://stackoverflow.com/a/28603790/3300883 – Miguel Feb 19 '15 at 10:36
  • I wrote a post about How to write simple Android Lock Screen: http://www.thedroidboy.com/how-to-write-simple-android-lock-screen/ – yshahak Dec 21 '16 at 13:39

1 Answers1

16

What you actually want to do is create an application which will look like the home screen and prevent the "real" home screen from appearing.

You might want to have a look at this: Launcher2.git

I would also recommend reading these questions:

Create custom lockscreen for android 4.0 or above?

https://stackoverflow.com/questions/10864300/create-a-lock-screen-of-my-own

Community
  • 1
  • 1
SuperFrog
  • 7,631
  • 9
  • 51
  • 81