Android Open Source - App word UnlockWord






Project Summary

Android lock screen application in order to memorize english words.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of UnlockWord.

ItemValue
Java File Count12
Target SDK Version16
Minimum SDK Version10
Activity Count3
Required Permissionsandroid.permission.READ_PHONE_STATE
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.SYSTEM_ALERT_WINDOW
Asset File Namesassets\cet4.xml
assets\cet6.xml
assets\fonts\lsansuni.ttf
assets\kaoyan.xml
assets\unlockword.db




Java Source Files

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