开发者

Retrieve Image from another Intent

开发者 https://www.devze.com 2023-02-13 22:24 出处:网络
开发者_如何转开发How can I retrieve an image from another Intent within the same application?If I understood you correctly you can use Intent.putExtra(String, Parcelable) and Intent.getParcelableExtra
开发者_如何转开发

How can I retrieve an image from another Intent within the same application?


If I understood you correctly you can use Intent.putExtra(String, Parcelable) and Intent.getParcelableExtra(String) methods to store and load image. But it's not very fast method. And if you need to transfer a large image, you'd better put it in a static field.

0

精彩评论

暂无评论...
验证码 换一张
取 消