views:

52

answers:

1

Hi ,

I am currently working on a wallpaper application and I was wondering if there is a way to make the bitmap look less blurry and more crisp once it is set as a wallpaper. Does it just require cropping the picture and resizing it to fit perfectly the size of the screen or there is some other way of solving this issue?

ps: i read that the application wallpaper set and save is able to deliver very good quality wallpapers once launched !

Cheers

-Amine

+1  A: 

Where are you saving the bitmap? Try placing it in /res/raw as opposed to /res/drawable This prevents android from optimizing the image file, and should make it crisper.

dfetter88
Thanks a lot !!! I just made the adjustment that you proposed and seems to be working pretty well . There is clearly a big improvement in the image's quality.
Amine