CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发 搜索资源 - database

搜索资源列表

  1. SQLite

    0下载:
  2. 实现android SQLite数据添加,删除,更新,查询功能-On android SQLite database to add, delete, update, and query operations
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:58569
    • 提供者:蔡彤
  1. new

    0下载:
  2. android 自带数据库打包安装,实现了将完整的数据库存放的程序私有目录的功能,代码简单-android install database,the database is existed already, but sinces it s large and with important data ,shuld install it to private folder
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:70100
    • 提供者:SS
  1. Androiddb

    0下载:
  2. android上数据库的所有操作和数据库封转好的操作类,工具类-android on all database operations and database sealed turn good operating class tools
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:250236
    • 提供者:baixiao
  1. Android_cccx

    0下载:
  2. 基于android2.3的火车查询系统,数据库存放的只是测试数据,功能简单,另附个人整理的在Eclipe下搭建Android开发环境的步骤.-Based on android2.3 train inquiry system, database storage only test data, a simple function attached individuals finishing in Eclipe next steps to build the Android development e
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:356150
    • 提供者:陈正
  1. dataStore

    0下载:
  2. 读取数据的四种方法:sharedpreferences、数据库sqlite、从xml文件中读取数据,从txt文件中读取数据-Reading of the data of the four methods: sharedpreferences, database sqlite, from an XML file reading of the data, from TXT file in the reading of the data
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:85081
    • 提供者:沈月美
  1. pxlplnt-androrm-3f37702

    0下载:
  2. 安卓数据库应用 androrm 源代码 -Android database application androrm source code
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:482723
    • 提供者:列西
  1. 12

    0下载:
  2. 新版 android 开发教程+笔记12------文件存取,数据库编程-New version of Android development tutorials+ notes 12---- file access, database programming
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:645928
    • 提供者:chen
  1. AndroidSQLite

    0下载:
  2. android 平台下 对sqlite数据库的应用 可以实现增删改查-sqlite database under the android platform. Can achieve the CRUD
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:69806
    • 提供者:liuz
  1. SQLDemo

    0下载:
  2. android application which uses the sql to provide database
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:29419
    • 提供者:Umashankar
  1. Contacts

    0下载:
  2. 点击按钮添加联系人到数据库,然后调用显示电话号码-Click the button to add the contacts to the database, and then call the phone number is displayed
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:233273
    • 提供者:tian
  1. DatabaseHandler

    0下载:
  2. Database utility for android
  3. 所属分类:android

    • 发布日期:2017-04-13
    • 文件大小:1703
    • 提供者:Rahul
  1. Sudoku

    0下载:
  2. 数独游戏,参考android基础教程的数独游戏,新增过关检测,奖励和数据库记录用户最高分和提供注册入口-Sudoku games, reference android basic course sudoku, new pass inspection, rewards, and database records user high provides registration and entry
  3. 所属分类:android

    • 发布日期:2017-06-09
    • 文件大小:15551357
    • 提供者:欧磊
  1. DiaoSQL

    0下载:
  2. 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
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:766680
    • 提供者:欧磊
  1. db

    0下载:
  2. Android Database code
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:50037
    • 提供者:Eman Alsabbagh
  1. MySQLite

    0下载:
  2. android数据库的一个存储,主要是一个员工表的建立-android DataBase Application
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:87354
    • 提供者:肖南辉
  1. HelloAndroidOrmlite.tar

    0下载:
  2. 安卓上的数据库持久化映射示例,使用ormlite,完成数据库的映射,操作sqlite更简单。-Andrews on the database persistence mapping example use ormlite, complete database mapping, a more simple operation sqlite.
  3. 所属分类:android

    • 发布日期:2017-05-08
    • 文件大小:1791552
    • 提供者:feng
  1. SQLite

    0下载:
  2. 代码介绍: SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alp
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:56402
    • 提供者:li
  1. db

    0下载:
  2. 用android对SQLite数据库实现简单的增、删、改-SQLite database using android simple to add, delete, change
  3. 所属分类:android开发

    • 发布日期:2017-03-30
    • 文件大小:262279
    • 提供者:
  1. db(all)

    0下载:
  2. android数据库测试程序-android database test program
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:71998
    • 提供者:殷旭可
  1. SQLiteTest

    0下载:
  2. Android操作系统SQLite数据库的基本使用,结合Google公司提供的SQLite的API-the basic usage of the SQlite database in Android Operation System, binded with SQLite API provided by Google Co, ltd.
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:67333
    • 提供者:郑志
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com