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
If you have the native source code, this is where Google has implemented the lock screen code
androidgingerbread/frameworks/base/policy/src/com/android/internal/policy/impl/LockScreen.java
This gets built into android.policy.jar. I would say the best way to achieve what you are trying is to write a new homescreen app with required features as stated above.