developing an android lock screen application [closed]
Asked Answered
E

1

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

Eldaelden answered 6/10, 2013 at 10:13 Comment(2)
You may check my answer, I think will help you achieve what you want https://mcmap.net/q/83490/-creating-custom-lockscreen-in-android-closedSender
I wrote a post about How to write simple Android Lock Screen: thedroidboy.com/how-to-write-simple-android-lock-screenPhotopia
H
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

Hardset answered 6/10, 2013 at 10:43 Comment(1)
You can use the Adenda SDKBlubberhead

© 2022 - 2024 — McMap. All rights reserved.