搜索资源列表
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
Professional.Android.2.Development
- 关于android开发的电子书,详细并系统地介绍了android开发的各个方面,从起步开始,到创建界面,互联网开发,文件存储,数据库到音频视频,sms,蓝牙,wifi,内容齐全,是不可多得的好书-About android development of e-books, detailed and systematic introduction to android development of all aspects, from the start, to create the interfac
MJAndroid
- MJAndroid是《Android应用开发》中的一个经典例子,利用谷歌地图功能实现用户通过GPS查看雇主位置和招聘职位,事先雇主将招聘信息输入数据库,当然本例子中的雇主信息是事先输入了,并没有创建数据库。通过该例子方便初学者学习Andriod-MJAndroid is " Android Application Development" in a classic example of the use of Google Maps feature to achieve the
AndroidSQLite
- android sqlite数据库操作,实现数据库的创建,查找,删除更新操作-android sqlite database operations to achieve the creation of the database, find, delete, update operations
SQLite
- Android 2.1平台上的一段简单的SQLite代码,实现SQLite数据库的创建、添加和更新等简易功能,可供安卓SQLite数据库学习-SQLite Android 2.1 platform on a simple piece of code, and the creation of the SQLite database, add and update other simple functions available for Android SQLite database learnin
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.
andriod-Invoicing-Management-System
- android 进销存软件,里面包括源代码、数据库创建源代码-android Invoicing software, which includes source code, database creation source code
android-QLiteOpenHelper
- 本文详细的介绍了,如何创建android开发过程中、访问数据库时需要使用的 databasehelper类;经测试完全可用!-This paper introduces how to create android development process, the need to use when accessing the database databasehelper class been tested fully available!
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.
smsmanager
- 短信智能管理器(应用源码级开发): 功能描述:1 会话列表 2 文件夹视图 3 群组 4 新建信息 5 提供了短息搜索机制 1 会话列表 : 通过异步查询获取会话数据,不会导致anr异常,对于会话可以进行单条和多条的删除,查看会话详情,我们在对listView进行了优化 2 文件夹视图: 对信息进行了分类管理:收件箱 发件箱 已发送 草稿箱这四类,并且我们对信息进行了日期分隔显示。 3 群组: 创建了群组数据库,里面有两张表:groups和thread_grou
weiboSina
- Android手机上的新浪微博客户端程序Java源码下载,可了解到android中的域名获取等操作,http操作,发微博的作者操作,sqlite操作和微博浏览显示操作,包括了界面到数据库和网络较综合的操作技巧。包括使用sqlite创建数据库 用来保存用户登录blog所需要的信息,SoftReference软引用,建立新线程下载图片,通过微博客户端获取账号列表,在此使用IF判断来处理:如果为空说明第一次使用跳到AuthorizeActivity页面进行OAuth认证,如果不为空读取这些记录的Use
AirportTicket
- 一个代码较全面的Android机票预订客户端应用,实现了机票查询, 酒店查询, 订单管理, 订单审批, 系统设置等功能,应用了LIB库ksoap2-android-assembly-2.3-jar-with-dependencies.jar,已放入下载包内,为自定义主界面而配有适配器。数据库部分:在SQLiteOepnHelper的子类当中,必须有该构造函数,必须通过super调用父类当中的构造函数,只有调用了DatabaseHelper对象的getReadableDatabase()方法,或者
sqlite
- 简单的安卓sqlite ,实现数据库,表的创建,数据的添加,查询-sqlite adfdsfgasdgasdgs
washDemo
- 获得数据,创建数据库,并将数据存入数据库中,并达到浏览和删除的数据的作用-A simple softwere to storage data.
Android_MusicPalyer
- Android音乐播放器。使用系统数据库音乐资源,歌曲中午排序,可创建音乐列表,可显示专辑图片,可歌词同步播放。有web服务端,可在线播放,可下载歌曲-Android music player. The use of the system music resources, song noon sort, can create a list of music, can display album pictures, can the lyrics synchronized playback. A
Medicine_Record
- 本项目是一套基于安卓的用药记录项目。是为了方便记录家庭中已经购买的药品,防止医院看病时开据重复的药品而开发的。生活中我们可能记不住家里有多少药,从而在医院看病时又开据了相同的药品而不自知,而之前开据的药品由于遗忘而过期无法使用,为了防止这样的浪费,我开发了这款应用,使大家在使用过程中可以方便快捷的搜索,添加家庭中已经有的药品,防止过度医疗而造成的不必要的浪费。 涉及模块&技术 Sqlite数据库的创建以及与ListView的结合 内嵌图标及功能的自定义EditText 数据库的增
android
- Android的持久层开发,对数据库进行操作。通过SQLiteDatabase实现数据库的创建和打开、创建表、插入数据、删除数据、查询数据等操作。-Persistence layer development of Android, the operations. SQLiteDatabase realized by creating and opening the , create tables, insert data, delete data, query data and other o
DBTest
- Android数据库创建,及插入、删除、更新数据库数据等操作,适合初学者。- Android creation, and insert, delete, update data and other operations, suitable for beginners.
ListViewDemo
- 要将数据库中的数据列表显示在屏幕上,我们要使用ListView这个控件,当用户从数据库中取出数据时,要将数据绑定到显示控件上,如何绑定呢,我们需要创建适配器进行绑定,创建适配器有两种方式: 第一种是用SimpleAdapter创建(要求绑定的数据是List<HashMap<String, Object>>数据类型) 第二种是用SimpleCursorAdapter创建(要求绑定的数据是Cursor数据类型)-To list the data is d
Android_gfqqqc
- 高仿QQ客户端加服务端加数据库全套源码运行步骤: QQServer端 1,使用mysql.sql文件创建数据库,修改DB.properties中密码为你设置的数据库的密码 mysql数据库默认编码应该设置为gbk 2,先启动Server QQClient端 1,改ip 修改com.way.chat.common.util.Constants.SERVER_IP为你自己电脑的ip 查看ip,开始 -运行 -cmd(命令提示符) -ipconfig 2,运行客户端