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传递数据
Intentit=newIntent(Activity1.this,Activity2.class); Bundlebundle=newBundle(); bundle.
putString
("name
xyg165
·
2012-12-01 16:00
Android中Activity共享变量的另一方法:Application context
:Java代码 Intentintent=newIntent(); intent.setClass(A.this,B.class); Bundlebundle=newBundle(); bundle.
putString
lzan13
·
2012-11-23 10:00
android---- Serializable 和 Parcelable 区别
以前没注意过这个,都是直接用putData的,例如:Intentit=newIntent(); Bundlebd=newBundle(); bd.putInt("aa",20); bd.
putString
sunny09290
·
2012-10-10 11:00
android
String
网络
存储
Class
磁盘
android应用程序组件之间的通讯
android应用程序组件之间的通讯主要介绍Intent的.这个例子主要通过bundle来传递数据,传输部分如下:Bundlebundle=newBundle(); bundle.
putString
(
denghua10
·
2012-10-08 11:00
android
通讯
Mina之IoBuffer
应用程序中使用的一种字节缓冲区,它是JDK中ByteBuffer类的替代品,Mina有两个原因没有直接使用: 在填充数据的时候没有提供令人满意的getters 和putters 方法,即get/
putString
a4661762
·
2012-09-21 11:00
buffer
Android中Activity之间传递参数
ResultActivity.class); //通过Bundle来获取数据,通过key-Value的方式放入数据 Bundlebl=newBundle(); bl.putDouble("height",body_height); bl.
putString
ljy520zhiyong
·
2012-09-19 10:00
android
Rails中用到的Ruby知识小结
Michael"#Variableassignment=>"Michael">>"#{first_name}Hartl"#Stringinterpolation=>"MichaelHartl"3.puts方法(
putstring
dearjohn
·
2012-08-09 09:00
Ruby
Activity回传数据方法startActivityForResult onActivityResult
就要用到回传数据.主要是两个函数startActivityForResultonActivityResult先是A传B:1 2 3 4 5 6 7 8 Bundlebd=newBundle(); bd.
putString
Yelbosh
·
2012-07-22 15:00
String
测试
腾讯微博android授权 SharedPreferences用法
经过多次检查才发现数据传递错误,下面记录一下本人的实现方式,以备查询授权页面,准备传值Editorsharedata=getSharedPreferences("data",0).edit();sharedata.
putString
guhongzi
·
2012-07-21 00:38
信息
腾讯微博
的
android intent activity参数传递
Intent(MainActivity.this,SecondActivity.class); Bundle bundle=new Bundle(); bundle.
putString
修博龙泉
·
2012-07-14 16:00
android
xml
intent
mainactivity
Android心得9--Bundle类和Intent意图
相对于Map,它提供了各种常用类型的putXxx()/getXxx()方法,如:
putString
()/getString()和putInt()/getInt(),putXxx()用于往Bundle对象放入数据
tianyazaiheruan
·
2012-07-09 07:00
startActivityForResult调用问题
重新读取设置,就要用到回传数据.主要是两个函数startActivityForResultonActivityResult先是A传B: Bundlebd=newBundle(); bd.
putString
Bill_Ming
·
2012-07-08 22:00
String
测试
android使用startActivityForResult
A.this,B.class); /*new一个Bundle对象,并将要传递的数据传入*/ Bundlebundle=newBundle(); bundle.putDouble("a",a); bundle.
putString
chunlongyuan
·
2012-06-07 16:00
Android页面跳转是如何传递参数的
Intentintent=newIntent(); Bundledata=newBundle(); data.
putString
("url",url); intent.putExtras
tianaoteam
·
2012-06-01 15:00
android
url
activity之间的跳转以及值传递
例如 其中ApiDemos和EditorFrame是创建的activity对象 Intentintent=newIntent();Bundlebundle=newBundle();bundle.
putString
茴香豆
·
2012-05-11 15:00
Activity
android activity 之间传递参数
发送方: Intent intent = new Intent(); Bundle bundle = new Bundle(); bundle.
putString
("key_height
endual
·
2012-05-04 14:00
Activity
android activity 之间传递参数
发送方: Intent intent = new Intent(); Bundle bundle = new Bundle(); bundle.
putString
("key_height
endual
·
2012-05-04 14:00
Activity
contiki 开发日记之串口开发
里面的
putstring
即相当于printf在其他编译器中控制台输出功能。在加入头文件后即可实现printf函数的使用。其中注意platform/contiki-conf.h头文件。此文件是配置con
张浩淼
·
2012-04-24 00:00
activity直接的参数传递
Intent附加数据的两种写法第一种写法,用于批量添加数据到Intent:Intentintent=newIntent();Bundlebundle=newBundle();//该类用作携带数据bundle.
putString
china_daywalker
·
2012-04-22 19:00
java
android
String
null
Class
button
SharedPreferences操作
getSharedPreferences("itt",Context.MODE_WORLD_READABLE); Editoreditor=preferences.edit(); editor.
putString
chenhuade85
·
2012-03-31 20:00
xml
String
Integer
存储
android中SharedPerferences保存数据
context.getSharedPerferences(name文件名称不要指定后缀名,mode模式可以是私有模式); Editor editor=perferences.edit(); editor.
putString
HeLinHang
·
2012-03-27 23:00
android
Android带参数链接请求服务器
publicvoidtaste(){ //设默认值 SharedPreferences.Editoreditor=this.getSharedPreferences("setting",0).edit(); editor.
putString
LVXIANGAN
·
2012-03-23 09:00
android
json
exception
String
服务器
url
[转载]Android中用广播从Service中向Activity发送信息
Intentintent=newIntent(BroadcastAction); Bundlebundle=newBundle(); bundle.
putString
Skypine_Lee
·
2012-03-21 15:00
Android中用广播从Service中向Activity发送信息
Intentintent=newIntent(BroadcastAction); Bundlebundle=newBundle(); bundle.
putString
Skypine_Lee
·
2012-03-19 17:00
android
filter
service
扩展
action
8.1、Android中为Intent附加数据的两种写法
附加数据的两种写法第一种写法,用于批量添加数据到Intent:Intent intent = new Intent();Bundle bundle = new Bundle();//该类用作携带数据bundle.
putString
BELLSONG
·
2012-02-27 14:00
android
null
7、Android中Bundle类的作用
相对于Map,它提供了各种常用类型的putXxx()/getXxx()方法,如:
putString
()/getString()和putInt()/getInt(),putXxx()用于往Bundle对象放入数据
BELLSONG
·
2012-02-27 14:00
android
object
String
layout
null
两个activity之间的Intent 传值
=newIntent();intent.setClass(SoundListenActivity.this,appset.class);Bundlebundle=newBundle();bundle.
putString
阿浊I
·
2012-02-11 23:00
android
Intent
java
Android应用程序四种数据存取方法总结
1,采用SharedPreferences:一句话实现保存Android应用程序配置信息:保存:getPreferences(Activity.MODE_PRIVATE).edit().
putString
Lucker
·
2011-12-28 16:00
[Android SQLite]数据存储与访问 - SharedPreferences
SharedPreferencesdefaultPre=PreferenceManager.getDefaultSharedPreferences(getApplicationContext()); defaultPre.edit().
putString
forever_crying
·
2011-12-24 00:00
activity和service之间如何进行通信?
通过
putString
进行数据装载,star
xuyide54321
·
2011-12-20 09:00
android
xml
service
Class
在TOMCAT中,以jndi(tomcat连接池)方式操作clob字段时,类型转换异常的对策
while(dbSet.next()){ CLOBclob=((OracleResultSet)dbSet).getCLOB(1); clob.
putString
(1,questionContent
wanglilin
·
2011-12-14 20:00
oracle
tomcat
jdbc
Class
android:intent 发送接收数据
Recieve.class); // if have something to send, use Bundle Bundle bundle = new Bundle(); bundle.
putString
wzgdavid
·
2011-12-01 12:00
android
设置默认关闭GPS
defaults.xml中//将该值设置位空2、development/apps/sdksetup/src/com/android/sdksetup/DefaultActivity.javaSettings.Secure.
putString
z_guijin
·
2011-11-22 17:00
String
Android Activity的生命周期和Activity间传递数据
中传递数据IntentopenWelcomeActivityIntent=newIntent(); BundlemyBundelForName=newBundle(); myBundelForName.
putString
longgangbai
·
2011-11-02 19:00
android
Activity生命周期
Acitivity数据传递
Android Activity的生命周期和Activity间传递数据
中传递数据IntentopenWelcomeActivityIntent=newIntent(); BundlemyBundelForName=newBundle(); myBundelForName.
putString
longgangbai
·
2011-11-02 19:00
android
Activity生命周期
Acitivity数据传递
Android Activity的生命周期和Activity间传递数据
中传递数据IntentopenWelcomeActivityIntent=newIntent(); BundlemyBundelForName=newBundle(); myBundelForName.
putString
longgangbai
·
2011-11-02 19:00
android
Activity生命周期
Acitivity数据传递
Preference 摘
PreferenceManager .getDefaultSharedPreferences(this); Editoredit=mSharedPreferences.edit(); edit.
putString
catherine880619
·
2011-10-19 17:00
android
String
保存数据(1)通过sessions保存key--value数据------SharedPreferences
getSharedPreferences("test", Activity.MODE_PRIVATE); SharedPreferences.Editoreditor=mySharedPreferences.edit(); editor.
putString
wyabc1986
·
2011-10-17 15:00
android
String
旅游
Activity间的传值
String name = myEditText.getText().toString(); Bundle data = new Bundle();//实例化Bundle对象 data.
putString
AndLi
·
2011-10-12 08:00
Activity
Activity 的多次调用问题
Intent i = new Intent(PushService.this, XmppPushActivity.class); Bundle bundle = new Bundle(); bundle.
putString
04023129
·
2011-09-22 15:00
android
【Mina】IoBuffer
ByteBuffer,说主要是以下2个原因: It doesn't provide useful getters and putters such as fill, get/
putString
zybing
·
2011-08-25 15:00
Mina
【Mina】IoBuffer
ByteBuffer,说主要是以下2个原因: It doesn't provide useful getters and putters such as fill, get/
putString
zybing
·
2011-08-25 15:00
Mina
【Mina】IoBuffer
ByteBuffer,说主要是以下2个原因: It doesn't provide useful getters and putters such as fill, get/
putString
zybing
·
2011-08-25 15:00
Mina
SharedPreferences 本地存储
SharedPreferences.Editor editor = settings.edit(); //写入本地 editor.
putString
shendixiong
·
2011-08-18 11:00
android本地存储读取
android 数据存储
具体使用方法:在A中保存值:SharedPreferences.Editorsharedata=getSharedPreferences("data",0).edit(); sharedata.
putString
qq6077637
·
2011-08-17 18:00
android 入门学习笔记 利用bundle实现android,activity间消息的传递
将不会接收到任何信息:Intentintent=newIntent(); intent.setClass(A.this,B.class); Bundlebundle=newBundle(); bundle.
putString
kof820
·
2011-07-28 10:00
android
String
Path
通讯
Bundle用法
//firstactivityBundlebundle=newBundle();//创建一个句柄bundle.
putString
("name",nameinfo);//将nameinfo天填充入句柄IntentmIntent
claire23
·
2011-07-26 18:53
android
职场
Bundle
休闲
STM32 uCOS下实现串口文件
如:UART_
PutString
(constchar*str);UART_PutChar(charch);UART_GetChar();UART_GetString(char*str); 其实C标准输入输出库文件中已为我封装好了许多我们需要的函数
hevake_lcj
·
2011-07-25 21:00
struct
File
Semaphore
input
output
程序开发
SharedPreferences数据共享
Editor子类添加并修改数据Editor passfileEditor=getSharedPreferences("ITEM", 0).edit();passfileEditor.
putString
wsqwsq000
·
2011-07-09 21:00
SharedPreferences数据共享
Editor子类添加并修改数据Editor passfileEditor=getSharedPreferences("ITEM", 0).edit();passfileEditor.
putString
wsqwsq000
·
2011-07-09 21:00
上一页
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
其他