An Android Notepad App. It's the first Android app I developed when I was starting Android development..
ANotepad is hosted in the following web site
https://github.com/Viyu/ANotepad
If you think the Android project ANotepad 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 ANotepad.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.RECEIVE_BOOT_COMPLETED android.permission.VIBRATE |
There are 9 image files in ANotepad. The names of the image files are listed as follows.
icon_back_70.png icon_check_70.png icon_check_off_70.png icon_check_on_70.png icon_clock_70.png icon_pen_pink_70.png icon_pen_white_70.png icon_pen_yellow_70.png icon_text_note.png
The following screenshort is generated from the image listed above.
ANotepad has the following Java source files.
com.android.anotepad.viyu.activities.AboutActivity.java com.android.anotepad.viyu.activities.EditNoteActivity.java com.android.anotepad.viyu.activities.MainActivity.java com.android.anotepad.viyu.components.MultiColorButton.java com.android.anotepad.viyu.components.NoteListAdapter.java com.android.anotepad.viyu.components.PaperEditText.java com.android.anotepad.viyu.data.AlarmObject.java com.android.anotepad.viyu.data.NoteObject.java com.android.anotepad.viyu.data.NoteXmlHandler.java com.android.anotepad.viyu.receivers.AlarmReceiver.java com.android.anotepad.viyu.receivers.RebootReceiver.java com.android.anotepad.viyu.utility.Constant.java