E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
putString
二十一、Intent附加数据的两种写法
new Intent();Bundle bundle = new Bundle(); // 该类用作携带数据 bundle.
putString
·
2011-06-03 14:00
intent
SharedPreferences 存储的注意事项
一般我们用到这个都是存储一些数据但是如果要修改或删除已存在的数据该怎么办呢修改方式和存储时一样的:SharedPreferencessettings=getSharedPreferences(UtilData.userInfo,0);settings.edit() .
putString
sunny2come
·
2011-05-11 11:00
SharedPreferences 文件 保存失败
SharedPreferencessp=this.getSharedPreferences(SP_NAME,0);SharedPreferences.Editoreditor=sp.edit();//①editor.
putString
ID19870510
·
2011-05-06 17:00
android SharedFerence使用
SharedPreferencesstore=getSharedPreferences("storexml",0); SharedPreferences.Editoreditor=store.edit(); editor.
putString
xiao229404041
·
2011-04-19 18:00
android SharedFerence使用
SharedPreferencesstore=getSharedPreferences("storexml",0); SharedPreferences.Editoreditor=store.edit(); editor.
putString
xiao229404041
·
2011-04-19 18:00
android
Android的SharedPreferences保存与删除数据简单实例
SharedPreferencesdataBase;dataBase=getSharedPreferences(spName,0);2、创建保存方法:publicvoidsaveData(){dataBase.edit().
putString
vvsongsunny
·
2011-04-12 11:00
Android
Android中Activity共享变量的另一方法:Application context
= new Intent(); intent.setClass(A.this, B.class); Bundle bundle = new Bundle(); bundle.
putString
shazhuzhu1
·
2011-03-03 15:00
android
xml
android开发--布局
Intent openWelcomeActivityIntent=new Intent(); Bundle myBundelForName=new Bundle(); myBundelForName.
putString
fly-sky
·
2011-02-17 16:00
数据结构
xml
android
应用服务器
音乐
多个Activity 共享SharedPreferences
SharedPreferences.Editorspf=getSharedPreferences("USERPASS",PreferenceActivity.MODE_WORLD_READABLE).edit();spf.
putString
ms2146
·
2011-01-31 23:00
使用Bundle在Activity间传递数据
Intent openWelcomeActivityIntent=new Intent(); Bundle myBundelForName=new Bundle(); myBundelForName.
putString
可爱多
·
2011-01-06 00:00
Activity
SharedPreferences存与取,
先存: SharedPreferences set_choose = getSharedPreferences(PHONE_PREF,0); set_choose.edit().
putString
(
logger
·
2010-12-08 20:00
android
Eiffel Introduction(二)
do io.
putstring
(“Hello,OOPers%N”) endend 变量io是一个引用,指向一个型别为STANDARD_FILES的对象。后面我们将看到类别HELLO如
wuxianglong
·
2010-10-01 13:00
Math
String
Integer
basic
Class
Pointers
SharedPreferences的使用
保存数据://保存是否默认服务器SharedPreferencessettings=context.getSharedPreferences("CONFIG",0);settings.edit().
putString
lincyang
·
2010-06-30 14:00
android中intent传递数据的方式
、利用bundleIntentintent=newIntent(TrainActivity.this,ErrorPage.class);Bundlebundle=newBundle();bundle.
putString
wangwh485
·
2010-06-05 16:00
android
MINA2 之IoBuffer
MINA框架出于下面两个原因没有直接使用JDK中nio包内的ByteBuffe: 没有提供可用的getters和putters方法,例如fill, get/
putString
, 和get/putAsciiInt
Riddick
·
2010-01-07 09:00
jdk
数据结构
框架
socket
Mina
MINA2 之IoBuffer
MINA框架出于下面两个原因没有直接使用JDK中nio包内的ByteBuffe: 没有提供可用的getters和putters方法,例如fill, get/
putString
, 和get/putAsciiInt
Riddick
·
2010-01-07 09:00
jdk
数据结构
框架
socket
Mina
判断是哪一个acitivity在活动Preferences的使用
void onResume() { Editor e = PreferenceManager.getDefaultSharedPreferences(this).edit(); e.
putString
wang_peng1
·
2009-12-23 19:00
活动
Go
Android四种保存数据的方法
具体使用方法:在A中保存值:SharedPreferences.Editorsharedata=getSharedPreferences("data",0).edit(); sharedata.
putString
sdhjob
·
2009-12-08 21:00
Android四种保存数据的方法
: SharedPreferences.Editor sharedata = getSharedPreferences("data", 0).edit(); sharedata.
putString
mmdev
·
2009-12-08 21:00
android
MINA2官方教程翻译(5) 基本概念之IoBuffer
MINA框架出于下面两个原因没有直接使用JDK中nio包内的ByteBuffe: 没有提供可用的getters和putters方法,例如fill, get/
putString
, 和get/putAsciiInt
picasso.di
·
2009-12-07 22:00
jdk
数据结构
框架
socket
Mina
Android API demos 阅读笔记 4
关键代码如下:存: SharedPreferences.Editoreditor=getPreferences(0).edit(); editor.
putString
("text
chenji001
·
2009-09-27 08:00
android
api
String
File
null
application
android internet参数传递
;Bundlebundle=newBundle();bundle.
putString
("NAME","zixuan");intent.putExtras(bundle);context.start
xyz_lmn
·
2009-08-29 16:00
android
职场
internet
其它
休闲
Android学习心得(附2)——Intent参数传递
.); Bundle bundle = new Bundle(); bundle.
putString
("NAME", "zixuan")
zx012345
·
2009-05-10 15:00
java
android
Mina之IoBuffer
这是一个JDKIoBuffer的替代品,Mina有两个原因没有直接使用:在填充数据的时候没有提供令人满意的getters和putters方法,即get/
putString
,和get/putAsciiInt
jlcon
·
2009-04-18 22:00
apache
jdk
网络应用
Mina
Mina之IoBuffer
这是一个JDKIoBuffer的替代品,Mina有两个原因没有直接使用:在填充数据的时候没有提供令人满意的getters和putters方法,即get/
putString
,和get/putAsciiInt
jlcon
·
2009-04-18 22:00
apache
jdk
网络应用
Mina
Mina之IoBuffer
这是一个JDKIoBuffer的替代品,Mina有两个原因没有直接使用:在填充数据的时候没有提供令人满意的getters和putters方法,即get/
putString
,和get/putAsciiInt
jlcon
·
2009-04-18 22:00
Mina
网络应用
JDK
Apache
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他