문제

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...

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top