Developing a custom lock screen [duplicate]
Asked Answered
M

1

20

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?

Mecklenburg answered 3/4, 2011 at 12:36 Comment(3)
Custom lock screens is something different from lock screen widgets. A lock screen widget is a widget that appears inside Jellybean's default lock screen.Osy
See also this related question.Osy
You may check my answer, I think will help you achieve what you want https://mcmap.net/q/83490/-creating-custom-lockscreen-in-android-closedMonometallism
S
23

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.

Silvio answered 3/4, 2011 at 13:15 Comment(7)
but i see aps in android market with iphone lock screen. how did they made it then ?Mecklenburg
@Faisal khan: Those are not lock screens. They are either home screens with their own integrated lock mechanism, or they are ordinary applications using security flaws to pretend that they are lock screens.Silvio
yes i want to create similar home screen with custom integrative lock functionalityMecklenburg
@Faisal khan: Then write a home screen app. There's a sample home screen app in the sample code in your Android SDK.Silvio
I'm trying to pinpoint the exact file in the AOSP source, but haven't been successful; I've only managed to locate these layout files that don't appear to be referenced anywhere. I will take a look at the actual source.Osy
Take a look at Keyguard files somewhere in framework in the AOSP that relate to the lock screen.Oho
Check out the Adenda SDK: adendamedia.comTrude

© 2022 - 2024 — McMap. All rights reserved.