Wednesday, 15 January 2014

android - how to use one image for few ImageViews? -



android - how to use one image for few ImageViews? -

is there way in android wich can add together part of image imageview? reason i'm not cropping original image because want utilize same image several activities each activity should have part of image.

you can save cropped image new bitmap maintain original image uncropped:

bitmap croppedbitmap = bitmap.createbitmap(originalbitmap, x, y, a, b);

android image imageview

No comments:

Post a Comment