Android Open Source - Password account PasswordHelper






Project Summary

A simple tool for android help user remember your accounts,password and so on..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of PasswordHelper.

ItemValue
Java File Count19
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version10
Activity Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null




Java Source Files

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