Simple Android app that lets people sign up to a mailing list on a smartphone or tablet instead of using the old pen and paper..
Mailing-List is hosted in the following web site
https://github.com/Beefeater/Mailing-List
If you think the Android project Mailing-List 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 Mailing-List.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 8 |
jar files used | commons-codec-1.6.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 9 image files in Mailing-List. The names of the image files are listed as follows.
btn_check_off_normal_holo_dark.png btn_check_on_holo_dark.png ic_menu_archive.png ic_menu_delete.png ic_menu_preferences.png ic_menu_share.png ic_menu_share_holo_dark.png person.png txticon.png
The following screenshort is generated from the image listed above.
Mailing-List has the following Java source files.
com.rochdev.android.maillist.MailListApplication.java com.rochdev.android.maillist.data.DBAdapter.java com.rochdev.android.maillist.data.DBHelper.java com.rochdev.android.maillist.data.IDBAdapter.java com.rochdev.android.maillist.file.FileAdapter.java com.rochdev.android.maillist.model.Input.java com.rochdev.android.maillist.model.InputList.java com.rochdev.android.maillist.model.PasswordStatus.java com.rochdev.android.maillist.model.Settings.java com.rochdev.android.maillist.ui.DeleteDialog.java com.rochdev.android.maillist.ui.EnterPasswordActivity.java com.rochdev.android.maillist.ui.FileDetailsActivity.java com.rochdev.android.maillist.ui.InputActivity.java com.rochdev.android.maillist.ui.LauncherActivity.java com.rochdev.android.maillist.ui.ListFileActivity.java com.rochdev.android.maillist.ui.PasswordProtectionActivity.java com.rochdev.android.maillist.ui.SettingsActivity.java com.rochdev.android.maillist.util.Log.java