Where can I find examples or tutorials about creating a custom android lockscreen?

后端 未结 5 1096
再見小時候
再見小時候 2021-01-01 07:13

I\'m interested about Android and have been trying to find an example or tutorial about creating a custom lockscreen.

I wanna create new lock screen for easy accessi

5条回答
  •  天命终不由人
    2021-01-01 07:34

    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(Source code).

提交回复
热议问题