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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -