搜索资源列表
Menu-DataBaseAdapter
- 自己改的android下开发无线电子菜谱的数据库操作类,实现了增删改查等功能。可以参考一下。-The android, developed their own wireless electronic recipes database operation class implements CRUD functions. Can refer to.
addressList
- android 通讯录 连接数据库能够对通讯录进行增删改查的工作-android contacts to connect to the database to CRUD work to address book
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
android_contacts
- android电话薄操作(增删改查)文档-thin android phone operations (CRUD) document
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.
DatabaseSQLite
- Android使用SQL实现学生学号存储,增删改查-Android students learn number is stored using SQL CRUD
afinal
- Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。详情请通过以下
CallLogActivity
- 本源码主要实现联系人的查询以及增删改功能,界面的显示等等。-The main achievement of the source contact query and CRUD functions, interface display.
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.
AndroidContact_beta9
- 手机通讯录,有增删改查,上传头像的功能,还有菜单备份与还原功能-Phone contacts with CRUD, upload avatar functionality, as well as backup and restore functions menu
SQLite
- 关于sqlite数据库的数据增删改查操作,android初学者可以参考一下。-The data on sqlite database CRUD operations, android reference for beginners.
NoteBook
- 一个简单的加密日记本软件,可以对软件加密,对日记进行增删改查-Diary of a simple encryption software that can encrypt the software on the diaries CRUD
StockManagement
- 仓库管理系统中webservice通讯机制,解决安卓设备与SQLServer之间的数据传输问题,实现手机端对数据库的增删改查功能-Warehouse Management System webservice communication mechanism to solve the problem of data transfer between Android devices and SQLServer realize mobile terminal to the database CRUD f
sqliteCRUD
- 本demo是测试在android平台下对数据库sqlite的操作,而且已经封装了crud的操作。-The demo is a test operation in sqlite database android platform, but has been packaged up crud operations.
Android4Diary
- 一个简单的android日记程序,包括增删改查等基本功能,还有一些扩展功能。-A simple android diary procedures, including basic CRUD functions and some extensions.
afinal
- Afinal是一个orm、ioc框架,遵循约定大于配置原则,无需任何配置即可完成所有工作,但也可以通过配置达到个人的个性化需求。Afinal提倡代码快速简洁,尽量一行代码完成的事情不会用两行。 Afinal里面目前包含了四大组件: FinalHttp:用于请求http数据,直接ajax方式请求,文件上传, 断点续传下载文件等 FinalBitmap:用于显示bitmap图片,而无需考虑线程并发和oom等问题。 FinalActivity:完全可以通过注解方式绑定控件和事件,