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
0 answers

How can I set a wallpaper from the web in Windows 10?

I'm working on a powershell script that set a new wallpaper on Windows 10, my problem is that I need to have the file I want to set in C:/ but for this case I need to change the path to another path in the web. Is this possible? How can I do it?…
0
votes
1 answer

Why does 9-patch does not work on wallpapers?

I had a small image 250x208 (size decreased from 960x800) and made 9.png out of it. Set it as a wallpaper image via wallpaperManager.setResource(R.drawable.my_wallpaper); but it is still getting stretched incorrectly like this is not 9-patch image.…
sandalone
  • 41,141
  • 63
  • 222
  • 338
0
votes
1 answer

android wallpaper onOffsetsChanged image shadow

public void onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep, float yOffsetStep, int xPixelOffset, int yPixelOffset) { after onOffsetsChanged, I run my draw method, which has c.drawBitmap(_background, xPixelOffset, 0, null); when I…
khan
  • 343
  • 1
  • 7
  • 17
0
votes
1 answer

Do I have to have one wallpaper file for each screen resolution?

There is an app that sets 960x800 image as phone's wallpaper. I found that many developers suggest this resolution. However, an image is still getting cropped. I use a basic code for setting the wallpaper WallpaperManager wallpaperManager =…
sandalone
  • 41,141
  • 63
  • 222
  • 338
0
votes
1 answer

Android wallpaper got stretched

My screen size is 600px * 800px. I created some wallpapers whose sizes are 600px * 800px or width:height=3:4, when they were set as wallpaper, they got stretched, so the lower and right part couldn't be seen. Does anybody how to solve this problem…
user538565
  • 513
  • 1
  • 6
  • 21
0
votes
1 answer

wallpaper function in Xamarin.Android. How does is work and how to use it?

in UWP apps i can use this code to set a StorageFile as a device Wallpaper for both Desktop and Lockscreen: public static async System.Threading.Tasks.Task ApplyWallpaper(StorageFile storageFile) { await…
Asem Khen
  • 317
  • 3
  • 15
0
votes
1 answer

How to open `set image as` intent in react native?

I am beginner developer of react native. I am making demo of wallpaper application in which I need to open image in slider and then when click on any perticular image. At that time I need to ope set Image as bottomsheet for choose option like…
Mayur Kukadiya
  • 2,461
  • 1
  • 25
  • 58
0
votes
2 answers

Changing wallpaper in a background process every month

I am working on a project in which I want to assign an images to each month, so that when using this application, the iPhone wallpaper changes when the month does. The assignment of the images and their storage in a database is complete. How do I…
Venkat1282
  • 49
  • 1
  • 5
0
votes
2 answers

Javascript: Issues understanding how to display Images based on time (new Date(), getHours(), getMinutes() )

I am building an interactive "web wallpaper" using the aptly named Wallpaper Engine. It's been an on-going project since the beginning of February-- and while I'm completely new to this I have managed to get a lot done! This site's answered…
www
  • 13
  • 4
0
votes
1 answer

Settings imageview to phone wallpaper

guys working with Android Gallery and just got it working, however I'm trying to figure out how to get the selected image in the gallery to be set as the phone's wallpaper by the click of a button. Any help is appreciated. Here's the…
Amanni
  • 1,924
  • 6
  • 31
  • 51
0
votes
1 answer

Why does changing my desktop through python result in a red wallpaper?

I created a simple script that gets the hottest post on /r/wallpapers, downloads it to a directory, and is supposed to set it as my Windows 10 wallpaper. However, every time I run the script my wallpaper turns red. If I were to right click on my…
0
votes
1 answer

Do i need to buy a license or copyright the content like wallpaper, audio etc before using it in my app?

Do i need to buy a license or copyright the content like wallpapers before using it in my app. Currently i am working on an app which mainly deals with wallpapers and i am thinking to use wallpapers which i have downloaded from the internet for…
Varundroid
  • 9,135
  • 14
  • 63
  • 93
0
votes
0 answers

Can't change desktop background (Python)

I've been trying to make myself some code that will change the background. I've done all the extra parts of my project, everything works fine, but I just can't get the desktop background changing function to work. This is the part of the code …
0
votes
0 answers

VLC | video as wallpaper | wallpaper stays in foreground hiding the taskbar and desktop icons

I am using VLC to set a video as my desktop wallpaper on windows 10. What is happening: VLC runs the video as desktop wallpaper, but the video stays in the foreground and is always hiding my taskbar and desktop icons. When i press the Windows Key…
McFly
  • 27
  • 6
0
votes
1 answer

How do I create or find a wallpaper that fits in my website?

How can I create a wallpaper that fits correctly on to my website??? Would I have to create specific dimensions for the image to fit in the website??? Or where can I find website wallpapers that have correct dimensions to fit the screen???
John
  • 1