登录
首页 » Android » SQLite 的示例

SQLite 的示例

于 2022-03-14 发布 文件大小:51.55 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

这是一个基本的例子使用SQLite在Android中。在此,我们可以学习如何打开Android的数据库。和访问数据库中的数据。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 滑动滚屏的实现 例子 附完整源码
    滑动滚屏           
    2020-09-04 11:48:14下载
    积分:1
  • 图像识别
    public static Bitmap doPretreatment(Bitmap img) { setImgInfo(img); Bitmap grayImg = getGrayImg(); int[] p = new int[2]; int maxGrayValue = 0, minGrayValue = 255; // 计算最大及最小灰度值 getMinMaxGrayValue(p); minGrayValue = p[0]; maxGrayValue = p[1]; // 计算迭代法阈值 int T1 = getIterationHresholdValue(minGrayValue, maxGrayValue); // // 计算大津法阈值 // int T2 = getOtsuHresholdValue(minGrayValue, maxGrayValue); // // 计算最大熵法阈值 // int T3 = getMaxEntropytHresholdValue(minGrayValue, maxGrayValue); // int[] T = { T1, T2, T3 }; // // Bitmap result = selectBinarization(T); Bitmap result = binarization(T1); return result; }
    2022-01-25 19:56:39下载
    积分:1
  • android-mqtt-sample
    很好的android mqtt协议源代码及demo。(Good mqtt protocol android source code, including the demo.)
    2014-11-17 09:54:57下载
    积分:1
  • AndroidWeatherForecast
    这是一个在Eclipse上开发的Android小软件,可以用于初学者学习。( ON划词翻译ON实时翻译 This is a development in Eclipse on the Android small software, and can be used for beginners to learn. )
    2015-01-15 08:15:24下载
    积分:1
  • Android下使用Sqlite 增删改查功能,含数据库操作类【附源码】
        每个应用程序都要使用数据,Android应用程序也不例外,Android使用开源的、与操作系统无关的SQL数据库 --大名鼎鼎的SQLite。SQLite是一款轻量级数据库,它的设计目的是嵌入式,而且它占用的资源非常少,在嵌入式设备中,可能只需要几百KB,这也是 Android 系统采用 SQLite 数据库的原因之一吧。简介轻量级使用 SQLite 只需要带一个动态库,就可以享受它的全部功能,而且那个动态库的尺寸想当小。独立性SQLite 数据库的核心引擎不需要依赖第三方软件,也不需要所谓的“安装”。隔离性SQLite 数据库中所有的信息(比如表、视图、触发器等)都包含在一个文件夹内,方便管理和维护。跨平台SQLite 目前支持大部分操作系统,不至电脑操作系统更在众多的手机系统也是能够运行,比如:Android。多语言接口SQLite 数据库支持多语言编程接口。安全性SQLite 数据库通过数据库级上的独占性和共享锁来实现独立事务处理。这意味着多个进程可以在同一时间从同一数据库读取数据,但只能有一个可以写入数据。
    2013-02-23下载
    积分:1
  • android即时通讯软件源码
    应用背景android即时通讯软件源码,包含所有第三方类库 ,直接编译即可运行!    关键技术 ###1. 架构总览 ###2. 模块介绍 ####2.1 协议封装与任务流程 #####1) 协议与任务的封装 a. 协议有协议头(协议头因为格式相同,被抽象出来)和协议体组成,协议有两类:请求协议(request)和回复协议(response); b. 任务(action)由请求协议、回复协议和任务回调(callback)组成; c. callback是针对客户端主动请求协议的相应处理,分别是成功回调、超时回调和失败回调; #####2) 消息(任务)流程 a. 由UI或SYSTEM触发一个消息的生成,随之将其投递到发送队列中,等待发送; b. 消息发送线程会不停的从发送队列
    2022-07-13 10:09:58下载
    积分:1
  • android (天气预报)
    该源码是一款天气预报应用,采用了调用当前城市以及时间
    2023-05-27 21:10:03下载
    积分:1
  • android 标签云 例子源码下载
    android 标签 tag 实例源码
    2014-11-30下载
    积分:1
  • Cards-UI-master
    卡片式View,支持单个卡片,item为卡片的ListView 使用: CardListView list = ... list.setCardTheme(CardTheme.Dark) CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark) list.setAdapter(adapter) // Alternatively, you can pass a context and string resources in place of strings // CardHeader has an optional second parameter for a subtitle CardHeader header = new CardHeader( I m a header ) // You can optionally set an action to the header // Specifying no action title will default to See More header.setAction( See More , new CardHeader.ActionListener() { @Override public void onHeaderActionClick(CardHeader header) { // Do whatever you want } }) // Add the header to the adapter, automatically notifies the list adapter.add(header) // Again, you can pass a context and string resources in place of strings Card card = new Card( Hello , My name is Aidan ) adapter.add(card) (This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.)
    2015-01-24 15:06:35下载
    积分:1
  • MobileMap
    一个简单的地图的源码,希望对刚入门android的人有帮助。(A simple map of the source, just want to help people start android.)
    2011-10-18 20:03:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载