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
-2
votes
3 answers

Set Wallpaper on application background

I am making an application, in which i want to set wallpaper on application background, not on the homescreen background. Can anyone there guide me how to do this?
Sam
  • 21
  • 2
  • 6
-2
votes
1 answer

How to allow users the ability to customise their own area - colours or wallpaper

I need help with some elements for my website, to enable logged in users to be able to alter the colour or background of their logged in area. I am looking for the best way to quickly accomplish this. I would like something similar to…
-2
votes
1 answer

Hide all the icon [android sdk]

I am making a live wallpaper for android. I want to implement a function that allow user hide all the icon from the screen of android to show off the live wallpaper(User double click to screen -> hide all the icon). I made everything but I still…
Conga Ngu Ngu
  • 117
  • 1
  • 1
  • 5
-3
votes
1 answer

How to check current wallpaper is default or not?

how i'll come to now wheather the current wallpaper is the default one or not. Please help
Sujit
  • 1
-3
votes
1 answer

How to change wallpaper picture position through command prompt?

I have a VBScript file, that change wallpaper once per hour. The picture position automatically changes to Fill, but I need to set it to Fit. I can change it manually each hour, but it is better make it by command, that I could add to the VBScript.
0x0
  • 58
  • 7
-3
votes
1 answer

Where is the current wallpaper's path stored in Windows 10?

I have a folder containing several wallpaper packs set to shuffle as my desktop wallpaper on Windows 10. I am trying to write a Python script that will retrieve or delete the currently displayed wallpaper from its source, and so I need the location…
-3
votes
2 answers

Creating wallpaper website site in wordpress

I'm trying to create a wallpapers site, using WordPress platform. The website should have similar functions like this wallpapers site. Which plugin is required to re-size images in multiple sizes, like 1920x1200, or 1920x1080. If there's no such…
-3
votes
1 answer

BlackBerry wallpaper setting via code

I need help regarding changing the wallpaper programmatically in BlackBerry. Is there any code available for this?
-4
votes
1 answer

Android wallpaper apps that update images every week

I see some wallpaper apps on the market and they update the images daily or weekly. I wonder how they do that. I use picasso library but I cannot do that with picasso. Is there anyone can help?
-4
votes
1 answer

Setting a background of Activity from Gallery in Android?

I'm trying to make a launcher for Android. And I'm right now working on setting wallpaper from Gallery. When I open Gallery, it works fine but when I choose image from Gallery my app crashes, any solutions? I modified code many time but no…
Ajinkya More
  • 425
  • 1
  • 3
  • 15
-4
votes
2 answers

When I use a VBS script to change my wallpaper, I have to log off for changes to take effect

When I use a VBS script to change my wallpaper, I have to log off for changes to take effect. How can I make it so I don't have to log off once I run my script? I am running Windows 7 and am running code which will take a given path file, such as…
Brad
  • 359
  • 5
  • 21
-4
votes
1 answer

How to set an image in my own app as wallpaper of lock screen in ios7?

I am building an album app. I want to set a photo in my own app as wallpaper. Is there some method available for doing so? update: I know there are already some similar questions posted. But they are out of time. So I am wondering if there is some…
Jay
  • 998
  • 2
  • 15
  • 24
-4
votes
2 answers

How to set camera preview as a wallpaper?

I have a project,where i have a button when the user click the button,then camera preview is set as wallpaper,can any one give me an idea how can i do that? I am using Following code to camera preview public class CameraPreview extends SurfaceView…
Somanadh
  • 97
  • 2
  • 11
1 2 3
50
51