文件名称:Android_SharedPreferences

  • 所属分类:
  • android开发
  • 资源属性:
  • [Android] [Java] [源码]
  • 上传时间:
  • 2013-01-22
  • 文件大小:
  • 558kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 刘*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

实现了使用Android内部的SharedPreferences 保存读取数据;以及使用Android 内部Files 存储读取数据。

1. 实现本地简单保存读取文件功能。

文件名输入框有自动提示功能(也就是输入过程中能 够自动提示与我们输入内容相关的内容,以供选择),提示相关内容不能重复(最完美的情况是不出现相同文件名提示,遗憾的是此程序未能实现) 。此外,退出程序后重新进入程序,自动提示效果依然存在。(使用了AutoCompleteTextView 控件实现自动提示效果)

2.使用 SharedPreferences 记录输入过的信息。当然只有点击了保存文件按钮,文件名才会记录下来。)

点击保存文件按钮,可以用文件形式将文件内容保存到本地中,文件名为“输入文件名.txt”,文件名文本框和文件内容文本框清空。如果出现相同文件名,后者覆盖前者;

3.点击读取文件按钮,可以读取出输入文件名对应的文件内容并显示到文件内容文本框中。

-The Android internal SharedPreferences saved to read the data Android Internal Files stored read data.

    1. Achieve local simple save to read the file.

        File name input box automatically prompt function (that is, the input process can be automatically prompted to enter our contextual content to choose from), suggesting that relevant content can not be repeated (the most perfect situation is not the same file name prompt appears, unfortunately this program is not realized). In addition, exit the program to re-enter the program automatically prompts the effect still exists. (Using AutoCompleteTextView control automatically prompts effect)

      2 to use SharedPreferences record input information. Of course, only click the Save File button, the file name will be recorded. )

      Click the Save File button, you can document the contents of the file saved to a local file named "input file name. Txt" File Name text box and the co
(系统自动生成,下载前可以参看下载内容)

下载文件列表





Ex08test\.classpath

........\.project

........\AndroidManifest.xml

........\bin\AndroidManifest.xml

........\...\classes\com\example\ex08\BuildConfig.class

........\...\.......\...\.......\....\MainActivity$1.class

........\...\.......\...\.......\....\MainActivity$2.class

........\...\.......\...\.......\....\MainActivity.class

........\...\.......\...\.......\....\R$attr.class

........\...\.......\...\.......\....\R$dimen.class

........\...\.......\...\.......\....\R$drawable.class

........\...\.......\...\.......\....\R$id.class

........\...\.......\...\.......\....\R$layout.class

........\...\.......\...\.......\....\R$menu.class

........\...\.......\...\.......\....\R$string.class

........\...\.......\...\.......\....\R$style.class

........\...\.......\...\.......\....\R.class

........\...\classes.dex

........\...\com.example.ex08.MainActivity.apk

........\...\Ex08test.apk

........\...\jarlist.cache

........\...\res\drawable-hdpi\ic_action_search.png

........\...\...\.............\ic_launcher.png

........\...\...\.........ldpi\ic_launcher.png

........\...\...\.........mdpi\ic_action_search.png

........\...\...\.............\ic_launcher.png

........\...\...\.........xhdpi\ic_action_search.png

........\...\...\..............\ic_launcher.png

........\...\resources.ap_

........\gen\com\example\ex08\BuildConfig.java

........\...\...\.......\....\R.java

........\ic_launcher-web.png

........\libs\android-support-v4.jar

........\proguard-project.txt

........\project.properties

........\res\drawable-hdpi\ic_action_search.png

........\...\.............\ic_launcher.png

........\...\.........ldpi\ic_launcher.png

........\...\.........mdpi\ic_action_search.png

........\...\.............\ic_launcher.png

........\...\.........xhdpi\ic_action_search.png

........\...\..............\ic_launcher.png

........\...\layout\activity_main.xml

........\...\......\list_item.xml

........\...\menu\activity_main.xml

........\...\values\dimens.xml

........\...\......\strings.xml

........\...\......\styles.xml

........\...\......-large\dimens.xml

........\src\com\example\ex08\MainActivity.java

........\bin\classes\com\example\ex08

........\...\.......\...\example

........\gen\com\example\ex08

........\src\com\example\ex08

........\bin\classes\com

........\...\res\drawable-hdpi

........\...\...\drawable-ldpi

........\...\...\drawable-mdpi

........\...\...\drawable-xhdpi

........\gen\com\example

........\src\com\example

........\bin\classes

........\...\res

........\gen\com

........\res\drawable-hdpi

........\...\drawable-ldpi

........\...\drawable-mdpi

........\...\drawable-xhdpi

........\...\layout

........\...\menu

........\...\values

........\...\values-large

........\src\com

........\assets

........\bin

........\gen

........\libs

........\res

........\src

Ex08test

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org