我们可以通过android中的intent传输多少数据? [英] How much data we can transfer through intent in android?

查看:86
本文介绍了我们可以通过android中的intent传输多少数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们可以通过android中的intent传输多少数据.
在这里,我将字符串作为值发送.但是我可以通过intent发送多少数据. 是否会根据Android OS版本进行更改?

How much data we can transfer through intent in android.
Here I sending sting as a value. but how much data I can send through intent. Is it change based on Android OS version ?

Intent myintent=new Intent(Info.this, GraphDiag.class).putExtra("101", "string");
startActivity(myintent);

推荐答案

可以通过意图传输的数据量约为1MB

The amount of data that you can transfer through intents is approx 1MB

这是对您有用的链接

问题:将大数据传递给第二个活动

这篇关于我们可以通过android中的intent传输多少数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆