Basic testing of functionality on Android platform with simple notepad app. Can save, find and delete files..
NotepadApp is hosted in the following web site
https://github.com/SIZMW/NotepadApp
If you think the Android project NotepadApp 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 NotepadApp.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
There are 2 image files in NotepadApp. The names of the image files are listed as follows.
ic_action_accept.png ic_action_search.png
The following screenshort is generated from the image listed above.
NotepadApp has the following Java source files.
com.sizmw.notepadapp.DisplayMessageActivity.java com.sizmw.notepadapp.ListViewActivity.java com.sizmw.notepadapp.MainActivity.java