当前位置:
首页 资源下载
搜索资源 - android store data
搜索资源列表
-
0下载:
在Android平台编写的数据库存储程序,并有人机界面配合显示操作提示
-
-
0下载:
Understanding Android local data store APIs
-
-
0下载:
android日志输出设计通用类设计:
/**
* 初始化文件系统的书写目录,文件存放设计如下:
* 系统参数:Shared Preferences,Store private primitive data in key-value pairs
* 系统文件:Store private data on the device memory
* 广告媒体:SDCard,存放到download/zplay目录下
*/-android log common class
-
-
0下载:
Android五种存储数据方式(ContentProvider,Share preferences,file,SQLitedatabase,网络c存储)实例-Five ways to store data instance android
-
-
0下载:
业务模式的目的是提供严格的基础,在潜系统失灵的情况下,为了保持一套多个同时读写存取及数据库一致性,业务模式自动实行一个标准。-The most obvious positive factor is the user friendliness of the software. A user with no prior computer background would be able to use the system to store personal and professional data
-
-
0下载:
从相机previewcallback得来的预览数据流,采用H264编码,存储到本的SD卡,H264编码器采用x264移植到Android的动态库,对于andriod视频处理具有较*价值-get data stream from the camera previewcallback, using the H264 encoder, and then store in this SD card, the H264 encoder using x264 ported to the Android
-
-
0下载:
关于Android存储数据的控件的实现,实现了数据的存储-To achieve on the Android store data control, data storage
-
-
0下载:
android不同Activity存储和读取优先数据示例代码。-one example for android app store and read preference data。
-
-
0下载:
Android应用程序退出程序时,存储重要数据到flash中,待下次开机时,可以马上读取到这些数据,比如系统配置信息。-A example for Android app to store important data to flash when app exit.
So if phone restart,app can get these data again for executing.
-
-
0下载:
关于android应用程序存储,管理数据和共享应用数据的各种方法。-Android application store, manage data and sharing application data of various methods.
-
-
0下载:
本源码主要于数据存储SharePreferences相关,介绍SharePreferences在android开发中的用法和实例。
关于SharePreferences:它是以键值对来存储应用程序的配置信息的,只能存储基本数据类型。一个程序的配置文件仅可以在本应用程序中使用,或者说只能在同一个包内使用,不能在不同的包之间使用。实际上SharedPreferences是采用了XML格式将数据存储到设备中,在DDMS中的File Explorer中的/data/data//shares_
-
-
0下载:
安卓SharedPreferences存储数据的示例源码-A sample source code about Android s using SharedPreferences to store data.
-
-
0下载:
Android SQLite 基本操作,包括添加,删除,查询显示等
实现文件读写,可以将数据库内容存储到文件中,并且可以通过读取文件中的数据条目进行添加
文本编辑框自动记录程序最后输入的内容,下次启动依然保留
注意:在删除数据库后不能进行除显示外其他操作。
-Android SQLite basic operations, including add, delete, query display for file read and write, you c
-
-
0下载:
sqlite-net is an open source, minimal library to allow .NET and Mono applications to store data in [http://www.sqlite.org SQLite 3 databases]. It is written in C# and is meant to be simply compiled in with your projects. It was first designed to work
-
-
0下载:
Android应用程序通常都要依赖数据存储,而且这种存储必须不丢失数据,并且能够有效、简便的使用和更新这些数据。本例实现了在Android环境下通过Shared Preferences方式来存储 “键-值”格式的数据。-Android applications typically have to rely on data storage, and this storage must not lose data, and be effective, easy to use and update t
-
-
0下载:
Android树控件,DEMO实现了采用双亲存储的数据结构JSON数据渲染,支持设置是否显示树根、是否显示图标、是否显示复选框、自定义节点图标与文本之间的间距、节点字体大小、节点字体颜色、自定义折叠展开图标、节点消息提示数量,完全支持自定义节点的每一个控件的显示-Android tree control, DEMO parents realized using JSON data structures to store data rendering, support setting whethe
-
-
0下载:
此示例演示了如何使用Android的密钥存储安全创建和存储加密密钥,只有你的应用程序可以access.You也可以注册使用这些密钥的数据-This sample demonstrates how to use the Android Key Store to safely create and store encryption keys that only your application can access.You can also sign data using those keys.
-
-
0下载:
Android双虎家私门店导购系统
后台:
1.维护用户信息,包括用户名、密码以及所分配密钥。
2.实现对产品信息数据的增加、删除和修改。
3.能够对前端发送回来的订单数据进行统计展示
4.将数据传输到前端的时候可以对数据进行加密。
5.可以向所有用户发布广播通知。
6.对前端发回的留言进行管理。
7.提供新版本软件的发布功能。
前端:
1.通过厂家提供的用户名、密码登陆平台。
2.本地存储数据离线快速展示。
3.快速准确的搜索所需信息,可分为两
-
-
2下载:
使用Android studio开发工具开发,使用Android内置的SQLite数据库来存储数据,保存用户输入的用户名和密码。-Use Android studio Development Kit, using the Android built-in SQLite to store data entered by the user to save the user name and password
-
-
0下载:
本系统采用目前广泛使用的Java开发语言基于Android来进行开发,在windows XP系统下,采用Eclipse开发工具进行开发、tomcat服务器进行部署和SQLite数据库存储数据。(This system adopts the widely used Java programming language based on Android development, in the windows XP system, was developed, using Eclipse develop
-