Narasimha
Narasimha

Reputation: 3766

dynamically resize the actual image in android how can implemented

i am worked on android application in this application image saved in byte code,in this byte code convert image

in this original image resize in smaller image and clarity image dynamically how can implemented in android

please forward some valuable solution thanks in advance...

Upvotes: 2

Views: 1555

Answers (1)

om252345
om252345

Reputation: 2415

Convert Image to Bitmap and use scaled bitmap method of bitmap to specifying size of your scaled down/up image, use ImageView.setBitmap method to set this image bitmap to your Ui element.

Upvotes: 1

Related Questions