Description: Android Notepad program source code is a suitable for beginners to learn the Android Notepad program example source code, including many Android based knowledge, and the code has detailed notes, mainly used in the listview display data and SQLite reading and writing table operation. The code is very little and there is no hierarchical layout is relatively simple and easy to learn analysis.
To Search:
File list (Check if you may need any files):
Notepad
.......\.classpath
.......\.project
.......\.settings
.......\.........\org.eclipse.jdt.core.prefs
.......\AndroidManifest.xml
.......\assets
.......\gen
.......\...\com
.......\...\...\notepad
.......\...\...\.......\namespace
.......\...\...\.......\.........\BuildConfig.java
.......\...\...\.......\.........\R.java
.......\proguard.cfg
.......\project.properties
.......\res
.......\...\drawable-hdpi
.......\...\.............\blue_sky.png
.......\...\.............\check_bg1.png
.......\...\.............\check_bg2.png
.......\...\.............\edit_bg1.png
.......\...\.............\edit_bg2.png
.......\...\.............\edit_bg3.png
.......\...\.............\edit_bg4.png
.......\...\.............\ic_launcher.png
.......\...\.............\ic_launcher1.png
.......\...\.............\main_bg.png
.......\...\.............\main_bg2.png
.......\...\drawable-ldpi
.......\...\.............\ic_launcher.png
.......\...\drawable-mdpi
.......\...\.............\ic_launcher.png
.......\...\drawable-xhdpi
.......\...\layout
.......\...\......\check_notepad.xml
.......\...\......\edit_notepad.xml
.......\...\......\footer.xml
.......\...\......\long_click.xml
.......\...\......\main.xml
.......\...\......\notepad_list_item.xml
.......\...\values
.......\...\......\strings.xml
.......\src
.......\...\com
.......\...\...\notepad
.......\...\...\.......\namespace
.......\...\...\.......\.........\DatabaseHelper.java
.......\...\...\.......\.........\DatabaseManage.java
.......\...\...\.......\.........\ListViewAdapter.java
.......\...\...\.......\.........\NotepadActivity.java
.......\...\...\.......\.........\NotepadCheckActivity.java
.......\...\...\.......\.........\NotepadEditActivity.java
.......\说明.htm