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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -