当前位置:
首页
资源下载

搜索资源 - android sqlite update
搜索资源列表
-
0下载:
详解 android sqlite的创建 插入删除 更新 查询-Detailed android sqlite insert delete update query to create
-
-
0下载:
实现android SQLite数据添加,删除,更新,查询功能-On android SQLite database to add, delete, update, and query operations
-
-
0下载:
android sqlite数据库操作,实现数据库的创建,查找,删除更新操作-android sqlite database operations to achieve the creation of the database, find, delete, update operations
-
-
0下载:
android程序中的存储操作,包括数据库SQLite-Database,网络存储HTTP-UPDATE,SharePreference等操作。-The android program storage operation, including Database SQLite - Database, network storage HTTP - UPDATE, SharePreference operation, etc.
-
-
0下载:
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
-
-
0下载:
android学习SQLite的一个很好的例子,可以进行增、删、改、查的操作。-an android SQLite demo,can execute add,delete,update,search operations.
-
-
1下载:
详细介绍 - [ Android项目源码带悬浮窗和图表统计的流量助手 ]
本项目是一个基于安卓的带悬浮窗和图表统计的流量助手项目源码,程序主要功能:
1、记录本月、当天的手机数据流量和WIFI流量
2、记录每个程序的当天使用情况
3、流量悬浮窗,显示每秒的流量情况(默认的是每5秒更新一次,如果觉得更新太慢改成1秒就好了)
原理是通过API里的TrafficStats类获得流量信息。
由于流量信息在关机后会被清零,所以用SQLite把数据保存了下来。
主要就是用了大量
-