Questions tagged [wallpaper]

Wallpaper is the background image on one's "desktop" or "home screen."

Wallpapers vary from system to system both in function and nomenclature. In Mac OS X, the wallpaper is called the "desktop picture." It is a static image or series of images that the operating system cycles through. Its function is purely decorative. In addition to traditional (static) wallpapers, Android (v2.1+) offers "live wallpapers." Live wallpapers are similar to normal applications, though slightly different (they are services rather than activities, so their capabilities are not quite the same). Live wallpapers extend the traditional wallpaper concept by allowing for interactivity, animation, and access to system functions. One of the challenges facing the live wallpaper developer is that the wallpaper is often overlaid with icons, widgets, and the like, beyond the programmer's ability to control or often even to detect.

763 questions
0
votes
2 answers

How to use already open camera object in android?

I am doing a project releated to livewallpaper, my app requirement is when the user Click the button camera preview set as wallpaper. i am doing all this stuff, but problem is after set the camera preview as wallpaper, when try to open the camera,…
Somanadh
  • 97
  • 2
  • 11
0
votes
1 answer

GridView: Setting the selected image as a wallpaper

Right I've looked at a shed load of tutorials, questions and so on but none have worked, so I don't need more links, I just need a fix for my current code.. So far I have this: public class FullscreenActivity extends Activity { protected int[]…
SkintMedia
  • 33
  • 1
  • 5
0
votes
1 answer

how to resize image to set as wallpaper which fit with screen

i have bitmap images and when i going to set as wallpaper it is blur and its not fit with screen..how to set with proper screen dimension and how to get screen size to set it with images...how to solve this problem.. class MyPagerAdapter extends…
bhavdip
  • 189
  • 5
  • 20
0
votes
1 answer

GraphicsMagick how do you use it to get the image in to the desktop as wall paper?

using the example from GraphicsMagick web-sight gm display 300x350+150+200! ~/imagetesting/image1.jpg I get this gm display: Unable to open file (300x350+150+200!) [No such file or directory]. then there window pops open with the image in it…
uxserx-bw
  • 241
  • 1
  • 2
  • 10
0
votes
1 answer

set wallpaper in flash as3

I want to code or open source file in as3   For example, to save the image in the stage in Flash and make it a background in desktop or background in phone Using the button thanks
0
votes
2 answers

button click to go to android wallpaper choose

I'm new in android programming. I want something to know: I want users to click on a button to launch wallpaper chooser. What should I do?
john
  • 9
  • 6
0
votes
1 answer

why I have to revisit the image if want to set wallpaper

I have serious issue here. I am developing an app of wallpaper in which I have images in drawable. Images change with 2 buttons (next & back). 3rd button is used to set wallpaper. When I change the image with next button then image changes but 3rd…
HBBR
  • 77
  • 1
  • 7
0
votes
1 answer

livewallpaper force close on set

Could i get help with a live wallpaper ive been making in eclipse, I get several logcat errors. ive been working at it for a couple hours and dont know why i keep getting force closes. i get force closes on the "live wallpaper selection screen". i…
0
votes
1 answer

how can be text shown in wallpaper setting

I am new to android. Developing an app on wallpapers. Wallpapers are setting nicely to background. I want to edit a text in it. For example when we click the button to set wallpaper then it should show text on screen that wallpaper has set. Plz help…
HBBR
  • 77
  • 1
  • 7
0
votes
1 answer

Android Set Live Wallpaper to support both Landscape and Portrait mode

How can I set a wallpaper which looks good for both Landscape and Portrait mode? The code I am using set the live wallpaper only in One mode either in portrait or landscape. Suppose if I set the wallpaper in Portrait mode and go to home screen and…
0
votes
2 answers

setwallpaper from class which extends view

I am trying to setwallpaper from my class which extends view superclass , i am trying to convert view into the bitmap but i am getting an error (NullPointerException). case R.id.wallpaper: // This is an event of my button View view = new…
Dardan
  • 531
  • 7
  • 15
0
votes
1 answer

android live wallpaper with image?

-> I have create an application. -> In application i have take 10 images. -> And my problem is that,i have set one of images out of 10 images as live wallpaper but it is not moving after some time and my code is below: import…
0
votes
1 answer

Android code to set wallpaper to phone screen size not covering navigation bar

I have to place textview on Imageview and have to set as Wallpaper. I am able to set the wallpaper with Textview place on Imageview but the Wallpaper is not stretching to phone screen. Below is the code I have used. Please provide a…
0
votes
2 answers

android set home wallpaper using intent from drawable

I'm kind of new in android developing and i want to set home wallpaper with drawable image . i wrote this code for setting but don't work and in visual android device at first i have dialog but next when i click as background i get this message…
Hamid Qasemy
  • 53
  • 2
  • 7
0
votes
2 answers

Downloading and setting a wallpaper

I have this little piece of code and I want to achieve this: program should set a wallpaper from linked image. ImgDownload: public class ImgDownload extends AsyncTask { private String requestUrl; private ImageView view; …
whiteLT
  • 338
  • 7
  • 21