android - Scaling a bitmap to height and width of sceen -
i have bitmap image larger screen size. want scale image in pixels down screen size ? how can ? want scale maintaining aspect ratio not resize ?
kind regards
get screen size , pass parameters following function :
bitmap.createscaledbitmap(originalimage, width, height, true);
Comments
Post a Comment