文件名称:azNotepad
介绍说明--下载内容均来自于网络,请自行研究使用
安卓记事本程序源码是一个适合新手学习的安卓记事本程序例子源码,包括很多安卓基础的知识,并且代码有比较详细的注释,主要用到了listView展示数据和SQLite的读写建表等操作。代码量很少没有分层布局也相对简单方便学习分析。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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