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
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).