[android-developers] resizing bitmap for seting wallpaper

2011-04-19 Thread kumar Gaurav
i'm making an app that sets the wallpaper on click on image. i take bitmap from the imageview and setwallpaper using wallpapermanager.setbitmap() but the size of image is not exactly what is needed. please give me code to resize the bitmap. thanks -- You received this message because you are

Re: [android-developers] resizing bitmap for seting wallpaper

2011-04-19 Thread TreKing
On Tue, Apr 19, 2011 at 5:04 AM, kumar Gaurav urp...@gmail.com wrote: please give me code to resize the bitmap. please offer payment in exchange for doing your work. - TreKing

Re: [android-developers] resizing bitmap for seting wallpaper

2011-04-19 Thread kumar Gaurav
well i'm not here for making jokes, i simply need help as resource which can be a link as well, n i think this forum is for the same purpose On Tue, Apr 19, 2011 at 6:45 PM, TreKing treking...@gmail.com wrote: On Tue, Apr 19, 2011 at 5:04 AM, kumar Gaurav urp...@gmail.com wrote: please give

Re: [android-developers] resizing bitmap for seting wallpaper

2011-04-19 Thread TreKing
On Tue, Apr 19, 2011 at 8:36 AM, kumar Gaurav urp...@gmail.com wrote: well i'm not here for making jokes, i simply need help as resource which can be a link as well, n i think this forum is for the same purpose If you want a serious answer, explain what you have tried and what exactly you're

Re: [android-developers] resizing bitmap for seting wallpaper

2011-04-19 Thread kumar Gaurav
well thanks for this, here's my code which i'm trying but its not working. I mean the image is not fit to the screen of android LinearLayout l=(LinearLayout) findViewById(R.id.lview); ImageView im=(ImageView) v; l.setBackgroundDrawable(im.getDrawable());