找回密码
 立即注册
SQLiteAndroid使用数据库 | android开发 2022-10-28 50 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
SQLite是一款十分盛行的嵌入式数据库,它支持SQL查询,而且只用很少的内存。Android在运行时集成了SQLite,所以每个Android使用程序都可以使用SQLite数据库。对数熟悉SQL的开发人员来时,使用SQLite适当简单。可以,因为JDBC不适合手机这种内存受限设备,所以Android开发人员需求学习新的API来使用SQLite。这篇文章首要解说SQLite在Android环境中的基本使用。本资料共包括以下附件:
Android开发中使用SQLite数据库.doc
CodePub.Com说明.txt
.....

(SQLite is a very popular embedded database, which supports SQL queries and uses very little memory. Android integrates SQLite at runtime, so every Android user can use SQLite database. When developers familiar with SQL come, using SQLite is appropriate and simple. Yes, because JDBC is not suitable for memory limited devices such as mobile phones, Android developers need to learn new API to use SQLite. This article mainly explains the basic use of SQLite in the Android environment. This document includes the following annexes:
SQLite database.doc is used in Android development
CodePub.Com Description.txt
.....)

[下载]21122738254.rar




上一篇:WinCE开发讲义
下一篇:Android开发十个案例打包下载