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

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

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