android - How pass an image resource from my app to another? -


I have 2 apps running, and I have to pass an image processing from first app to second.

ImageView is a setImageURI (URI) method, that I can use in other app but is not getUri () for use in the first for me.

Any idea how to do this?

- Update

It seems that the problem can be solved. (Study)

The only way to pass data into other activity when you start it If you check the intent API, then you can use the URI in one of the ways, and for the new activity, you can get back to the creation using the URI.


Comments