android - Share big Bitmap ImageView between two activities -


i have imageview in load large image (3264x2448). image altered effects before it's loaded imageview. after want load new activity, want show image first activity in second activity.

so need way copy bitmap on second activity.

i can't put in intent, because image big that?

i need way share image between activities, because image altered in each activity.

what way share image between different activities?

try using picasso

it has transform option use "create effects" in

it caches saved bitmap on disk, when load next time in different activity, may load transformed one


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -