搜索资源列表
EP_PP
- 用EINCE封装的类来实现对数据库的增删改查
Menu-DataBaseAdapter
- 自己改的android下开发无线电子菜谱的数据库操作类,实现了增删改查等功能。可以参考一下。-The android, developed their own wireless electronic recipes database operation class implements CRUD functions. Can refer to.
T15_db
- android对sqlite数据的操作,包括创建数据库,对表的增删改查等操作-About IO operations input and output stream flow the detailed introduction, it gives more than ten examples could practice, strengthen the IO knowledge
SQLTest
- android 数据库 SQLite 学习 增删改查功能-SQLite for android
addressList
- android 通讯录 连接数据库能够对通讯录进行增删改查的工作-android contacts to connect to the database to CRUD work to address book
android-SQLite
- android SQLite数据库的增删改查以及事务的单元测试-android SQLite
DBMS
- Symbian 数据库,包括增删改查等功能-Symbian database, including additions and deletions to check function
db
- android 操作数据库,包括数据库读取,增删改查等操作-android operating the database, including database read, additions and deletions to search and other operations
sqlite
- 数据库的基本操作,其操作包含有,增删改查,升级,可以很好的更改与利用,对于android初学者有益-Basic database operations, the operation includes, CRUD, upgrade, change can be good and use, useful for beginners android
sql
- 在eclipse开发环境下,通过调用数据库,实现数据库信息的增删改查-In the eclipse development environment, by calling the database, the database information to achieve the CRUD
SQLite_android
- android 数据库操作基础,增删改查的优秀学习资料-android database operations based CRUD excellent learning materials
Example
- 用户注册和登录的实例,数据库为sqlite,包括对数据库的增删改查操作,可为sqlite数据库操作的入门程序-User registration and login instance, the database is sqlite, including the database CRUD operations, operations for the sqlite database entry procedures
AndroidSQLite
- android 平台下 对sqlite数据库的应用 可以实现增删改查-sqlite database under the android platform. Can achieve the CRUD
DiaoSQL
- android通信录实现,九宫格布局模式,完美界面,下载者自己更改ICON和背景图片,内有数据库的增删改查的基本操作。-Android communication record achieved, JiuGongGe layout mode, perfect interface, download an oneself change ICON and the background picture, with the increasing of deleted database the basic
SqliteForAndroid
- android sqlite 操作的源码 包括连接数据库,增删改查。 (初学者者很好的例子程序)-for android sqlite
MyDiary
- 一个学习SQLite的很好的例子,利用SQLiteOpenHelper抽象类创建数据库,然后对数据库进行增删改查,以完成个人日记本的各种功能。-A very good example to learn SQLite SQLiteOpenHelper abstract class to create a database, then the database CRUD personal diary to complete a variety of functions.
afinal
- Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。详情请通过以下
myAndroid-used-to-learn-SQL
- 安卓开发里调用数据库,创建数据表,增删改查数据库的一个例子。实现的功能是注册一个用户,然后登陆,创建多个角色名,对角色进行增删改查。-Android developers to call database, create data tables, database CRUD an example. The function is to register a user, and then landing, create multiple role name, for roles CRUD.
SQLite
- 关于sqlite数据库的数据增删改查操作,android初学者可以参考一下。-The data on sqlite database CRUD operations, android reference for beginners.
使用谷歌封装好的api增删改查
- android源码sqlite数据库的增删查改功能