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

(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 who understand SQL come, it is easy to use SQLite. Yes, because JDBC is not suitable for memory limited devices such as mobile phones, Android developers need to learn new APIs to use SQLite. This article mainly explains the basic use of SQLite in the Android environment.
Android_ Used in development_ SQLite_ Database.doc)

[下载]16461334509.rar




上一篇:android资料
下一篇:Android 开发从入门到精通