文件名称:listviewheSQLitezhishi
介绍说明--下载内容均来自于网络,请自行研究使用
注意:本项目是基于android studio开发的,eclipse可能无法直接使用。
本项目是一个简单的基于安卓的记事本项目源码,添加或删除数据的时候会出现显示bug(实际数据不会受到影响),bug体现在添加或删除一条数据以后会在listview里面会展示复制一遍操作后的数据。而不会清除原有的列表文本。新手朋友可以拿这个项目来试试手感,顺便看看能不能独立解决这个问题。
本项目涉及的知识点有:
1、SQLite的基本使用,增删查改
2、listview,adapeter的基本使用
3、activity生命周期
4、intent、bundle传递参数
5、AlertDialog的基本使用-Note: this project is based on the development of studio eclipse, Android may not be able to directly use.
This project is a simple Notepad program source code based on Android, add or delete data will appear when the display bug (actual data will not be affected), bug reflected in add or remove a data will be in inside the listview will show copy again after the operation data. And will not clear the original list of text. Novice friends can take this project to try to feel, by the way to solve this problem can not be solved independently.
The knowledge points involved in this project are:
1, the basic use of SQLite, CRUD
2, listview, the basic use of adapeter
3, activity life cycle
4, intent, bundle transfer parameters
5, the basic use of AlertDialog
本项目是一个简单的基于安卓的记事本项目源码,添加或删除数据的时候会出现显示bug(实际数据不会受到影响),bug体现在添加或删除一条数据以后会在listview里面会展示复制一遍操作后的数据。而不会清除原有的列表文本。新手朋友可以拿这个项目来试试手感,顺便看看能不能独立解决这个问题。
本项目涉及的知识点有:
1、SQLite的基本使用,增删查改
2、listview,adapeter的基本使用
3、activity生命周期
4、intent、bundle传递参数
5、AlertDialog的基本使用-Note: this project is based on the development of studio eclipse, Android may not be able to directly use.
This project is a simple Notepad program source code based on Android, add or delete data will appear when the display bug (actual data will not be affected), bug reflected in add or remove a data will be in inside the listview will show copy again after the operation data. And will not clear the original list of text. Novice friends can take this project to try to feel, by the way to solve this problem can not be solved independently.
The knowledge points involved in this project are:
1, the basic use of SQLite, CRUD
2, listview, the basic use of adapeter
3, activity life cycle
4, intent, bundle transfer parameters
5, the basic use of AlertDialog
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Android项目源码带bug记事本可以学习基本的listview和SQLite知识
............................................................\My_Note
............................................................\.......\.gitignore
............................................................\.......\.gradle
............................................................\.......\.......\2.4
............................................................\.......\.......\...\taskArtifacts
............................................................\.......\.......\...\.............\cache.properties
............................................................\.......\.......\...\.............\cache.properties.lock
............................................................\.......\.......\...\.............\fileHashes.bin
............................................................\.......\.......\...\.............\fileSnapshots.bin
............................................................\.......\.......\...\.............\outputFileStates.bin
............................................................\.......\.......\...\.............\taskArtifacts.bin
............................................................\.......\.idea
............................................................\.......\.....\.name
............................................................\.......\.....\compiler.xml
............................................................\.......\.....\copyright
............................................................\.......\.....\.........\profiles_settings.xml
............................................................\.......\.....\encodings.xml
............................................................\.......\.....\gradle.xml
............................................................\.......\.....\libraries
............................................................\.......\.....\.........\appcompat_v7_22_2_1.xml
............................................................\.......\.....\.........\support_annotations_22_2_1.xml
............................................................\.......\.....\.........\support_v4_22_2_1.xml
............................................................\.......\.....\misc.xml
............................................................\.......\.....\modules.xml
............................................................\.......\.....\runConfigurations.xml
............................................................\.......\.....\vcs.xml
............................................................\.......\.....\workspace.xml
............................................................\.......\app
............................................................\.......\...\.gitignore
............................................................\.......\...\app.iml
............................................................\.......\...\build
............................................................\.......\...\.....\generated
............................................................\.......\...\.....\.........\res
............................................................\.......\...\.....\.........\...\resValues
............................................................\.......\...\.....\.........\...\.........\androidTest
............................................................\.......\...\.....\.........\...\rs
............................................................\.......\...\.....\.........\...\..\androidTest
............................................................\.......\...\.....\.........\...\..\...........\debug
............................................................\.......\...\.....\.........\...\..\debug
............................................................\.......\...\.....\.........\source
............................................................\.......\...\.....\.........\......\aidl
............................................................\.......\...\.....\.........\......\....\androidTest
.................................