Android Open Source - Development Notepad ANotepad






Project Summary

An Android Notepad App. It's the first Android app I developed when I was starting Android development..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of ANotepad.

ItemValue
Java File Count13
Supported screen sizes[xhdpi]
Target SDK Version17
Minimum SDK Version11
Activity Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.RECEIVE_BOOT_COMPLETED
android.permission.VIBRATE




Resource Files

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.

null




Java Source Files

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