搜索资源列表
SharedPreferencesTester
- Android 对SharedPreferences学习的一个示例,可以帮助更好的理解SharedPreferences-Android right SharedPreferences an example of learning that can help a better understanding of SharedPreferences
SQLite
- Android的数据存储操作:SharedPreferences存储、SQLite存储方式、ContentProvider介绍-Android' s data storage operations: SharedPreferences storage, SQLite storage mode, ContentProvider Introduction
SharedPreferencesOtherPackageTester
- Android中程序之间的数据传递SharedPreferences的使用方法-Android in the transmission of data between the program to use SharedPreferences
SharedPreferencesTester
- Android的SharedPreferences的使用,这是一个在各个Activity之间的数据传递-SharedPreferences use of Android, which is a data transfer between the various Activity
FileRW
- 在 Android 中,可供选择的存储方式有 SharedPreferences、文件存储、SQLite 数据库方式、内容提供器(content provider)和网络,此为文件存储的一个例子,很适合初学者-In Android, the choice of storage methods are SharedPreferences, file storage, SQLite database mode, the content
sharedPreferences.tar
- android sharedPreferences 的sdk 中文翻译文档和在实际中的应用。-translate android-sdk document about sharedPreferences to chinese and introduce how to use it in your code.
dataStore
- 读取数据的四种方法: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
SharedPreferences
- SharedPreferences实现记住密码-SharedPreferences save code
SharedPreferencesDemo
- android 数据存储sharedpreferences 的使用 Test-android data storage sharedpreferences Demo
BMI
- eclipse的工程:开始学Android看教程编写的,通过输入身高,体重计算身材的好坏。有简单界面,菜单选项并用SharedPreferences的存储方式保存了一般不会变化的上次填入的身高值-eclipse project: started to learn Android look tutorial written by entering the height, weight calculated figure is good o
1SharedPreferencesProject
- 演示的是SharedPreferences的方法-Demo SharedPreferences method
SharedPreferences
- android 在本地存储和读取(SharedPreferences)数据。-android In the local storage, read data(SharedPreferences)。
SharedPreferencesTest
- 下面的例子演示了如何使用SharedPreferences,简单实用的例子,一看就会,欢迎下载,欢迎使用-The following example demonstrates how to use SharedPreferences simple practical example, a look will be welcome to download, Welcome
SharedPreferences-Save-object-
- 这是一个成型的SharedPreferences保存数据的例子,有了它你可以轻松的学会如何用SharedPreferences保存数据-This is an example of a molded SharedPreferences saved data With it you can easily learn how SharedPreferences saved data
SharedPreferences
- Android手机开发 学习共享组件的完整源代码-The complete source code of Android phone development learning and shared components
Android-Mobile-security
- 在android平台下用于保存数据有三种方式,1、SQLite 2、SharedPreferences 3、File SharedPreferences是将数据保存在一个xml文件中,并且是以Map的形式保存,一个Key对应一个Value,但获取某一个Key的时候,都会有一个默认值,这个默认值是在xml不存在这个key值的时候使用。 -There are three ways to save data in the androi
SharedPreferences
- SharedPreferences demo
SharedPreferences
- Android SharedPreferences实现记住密码自动登录,不是很难.-Android SharedPreferences achieve Remember password automatic login is not difficult
SharedPreferences
- SharePreferences是用来存储一些简单配置信息的一种机制,使用Map数据结构来存储数据,以键值对的方式存储,采用了XML格式将数据存储到设备中。例如保存登录用户的用户名和密码。只能在同一个包内使用,不能在不同的包之间使用,其实也就是说只能在创建它的应用中使用,其他应用无法使用。-SharedPreferences is a mechanism used to store some simple configuration i
SharedPreferences
- SharedPreferences存储方法,在android手机平台上实现-SharedPreferences storage method on android phone platform