Android lock screen application in order to memorize english words.
UnlockWord is hosted in the following web site
https://github.com/eyougo/UnlockWord
If you think the Android project UnlockWord listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of UnlockWord.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 16 |
Minimum SDK Version | 10 |
Activity Count | 3 |
Required Permissions | android.permission.READ_PHONE_STATE android.permission.RECEIVE_BOOT_COMPLETED android.permission.SYSTEM_ALERT_WINDOW |
Asset File Names | assets\cet4.xml assets\cet6.xml assets\fonts\lsansuni.ttf assets\kaoyan.xml assets\unlockword.db |
UnlockWord has the following Java source files.
com.eyougo.unlockword.activity.LockActivity.java com.eyougo.unlockword.activity.MainActivity.java com.eyougo.unlockword.activity.SettingsActivity.java com.eyougo.unlockword.activity.WordTableInit.java com.eyougo.unlockword.data.WordDatabaseHelper.java com.eyougo.unlockword.data.WordItem.java com.eyougo.unlockword.layer.LockLayer.java com.eyougo.unlockword.manager.TimeDateManager.java com.eyougo.unlockword.receiver.BootCompletedReceiver.java com.eyougo.unlockword.receiver.PhoneCallReceiver.java com.eyougo.unlockword.receiver.ScreenOffReceiver.java com.eyougo.unlockword.service.LockService.java