A simple tool for android help user remember your accounts,password and so on..
PasswordHelper is hosted in the following web site
https://github.com/NicePiao/PasswordHelper
If you think the Android project PasswordHelper 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 PasswordHelper.
Item | Value |
---|---|
Java File Count | 19 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 10 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 8 image files in PasswordHelper. The names of the image files are listed as follows.
btn_code_lock_default.png btn_code_lock_touched.png indicator_code_lock_drag_direction_green_up.png indicator_code_lock_drag_direction_red_up.png indicator_code_lock_point_area_default.png indicator_code_lock_point_area_green.png indicator_code_lock_point_area_red.png synchronize.png
The following screenshort is generated from the image listed above.
PasswordHelper has the following Java source files.
com.xiaopiao.password.AppApplication.java com.xiaopiao.password.model.AccountModel.java com.xiaopiao.password.storage.SharePrefCache.java com.xiaopiao.password.storage.database.DbHelper.java com.xiaopiao.password.storage.database.helper.AccountHelper.java com.xiaopiao.password.storage.database.table.AccountTable.java com.xiaopiao.password.storage.database.table.FieldTable.java com.xiaopiao.password.sync.SyncManager.java com.xiaopiao.password.ui.AccountListActivity.java com.xiaopiao.password.ui.AddAccountActivity.java com.xiaopiao.password.ui.AppLoginActivity.java com.xiaopiao.password.ui.adapter.AccountAdapter.java com.xiaopiao.password.ui.view.ContentDialog.java com.xiaopiao.password.ui.view.FieldItemView.java com.xiaopiao.password.ui.view.FieldNameChooserDialog.java com.xiaopiao.password.ui.view.LockPatternView.java com.xiaopiao.password.util.ActivityUtil.java com.xiaopiao.password.util.LockPatternUtils.java com.xiaopiao.password.util.SecretUtil.java