I would like to set a certain Drawable as the device's wallpaper, but all wallpaper functions accept Bitmap s only. I cannot use WallpaperManager because I'm pre 2.1.
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Tuesday, June 5, 2012
How to convert a Drawable to a Bitmap?
Monday, May 14, 2012
Should i resize the bitmap before adding to a ImageView or let the ImageView resize the Bitmap?
i have a simple question: Should i resize a bigger bitmap before adding to a ImageView or let the ImageView resize the Bitmap? What's the right way, regarding performance?
Tuesday, April 10, 2012
How to make glow effect around a bitmap?
The following code is what I got so far. However, there are 2 issues:
Sunday, April 8, 2012
Android take screen shot programatically
First off i am writing a root app so root permissions are no issue. I've searched and searched and found a lot of code that never worked for me here is what i've pieced together so far and sorta works. When i say sorta i mean it makes an image on my /sdcard/test.png however the file is 0 bytes and obviously can't be viewed.
Friday, January 20, 2012
Determine width and height of a bitmap
I am using the following code snippet to create a bitmap with text.