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
-1
votes
1 answer

How to add a set as wallpaper button

Hello everyone I am creating an online wallpaper app.Where users can access wallpaper online.i want add two button first one is set as wallpaper and second one is download button .So if anybody help me about this I will be thankful to them…
-1
votes
1 answer

How to change wallpaper at specific times using a batch file?

I'm very new to using batch files and programming in cmd. After failing to find a free wallpaper program that would set a specific wallpaper at a specific time, and supported dual monitors, I decided to create a batch file that pulls the time of day…
-1
votes
1 answer

How do i download images onto device to be able to set them as a Wallpaper

Is there a way I can download images on android and locate them on the device after the image is downloaded set as a new wallpaper with a click from a button. Help would be greatly appreciated!
Adrien Zier
  • 687
  • 1
  • 7
  • 28
-1
votes
1 answer

Thread updating wallpaper stopped when leaving app?

I want to program an app which updates the device background every few ms (this way i want to display a gif; first idea I had any better ones?) and I wonder if this would work with a Thread or a Runnable which updates the wallpaper every few ms. But…
cranckstorm
  • 301
  • 1
  • 12
-1
votes
1 answer

nitrogen --restore to scale background

so I found a script online and found it pretty suitable to my needs. basically it edits the file nitrogen places it's saved wallpaper in to another picture, so I can change the wallpaper periodically with a cron…
roqstr
  • 554
  • 3
  • 8
  • 23
-1
votes
1 answer

Windows Wallpaper directory (custom)

Often I download a photo that I like, then set the photo as my background. Then I delete the photo (and the wallpaper stays there). Where is the copy of the file (such that its still able to display the file). I mistakenly changed my background and…
Oli
  • 532
  • 1
  • 5
  • 26
-1
votes
1 answer

How to set saved screenshot as wallpaper programmatically in Android

I want to capture screenshot, save it into sdcard and set it as a wallpaper. But its not properly fit into device. I followed this link http://android-er.blogspot.in/2011/03/set-wallpaper-using-wallpapermanager.html Is it possible to set my captured…
malavika
  • 1,331
  • 4
  • 21
  • 54
-1
votes
3 answers

Android best way to retrieve images and view them from external source

I'm going to be making a wallpaper app but need some guidance on how I am going to be able to store, retrieve and view the wallpapers. Will I need to make use of ImageView so I will be able to display the images? I'm going to need some sort of…
Jack
  • 2,043
  • 7
  • 40
  • 69
-1
votes
1 answer

Android - size (and names) of screen componants

I'm sure this will have been asked before, but I don't know how to look it up because I don't know the names of the things I'm looking for... I'm making a live wallpaper and have a canvas which covers the whole screen. At the top of the screen,…
Mick
  • 8,284
  • 22
  • 81
  • 173
-1
votes
1 answer

Android Live Wallpaper image(video) sequence works...preferences / setting not work (crash app!)

What is wrong with my coding clicking settings will crash app. I cant read default settings values from prefs.xml image sequence working like i want and now it's moving right to left while images continue change (like a video) someone genious see…
jarppa
  • 27
  • 6
-1
votes
1 answer

Android- Setting Wallpaper and save image error?

Hi i would like to know if anyone knows a tutorial on ow to set an image as and wallpaper with the click of an Button I tried using wallpaper manager, it worked but when i add my code to save the image to sdcard/internal it give me and error. Does…
Moussa
  • 851
  • 3
  • 10
  • 19
-1
votes
1 answer

How to change description text on new image selected?

Could you please help me with the coding? So, I want to change Text witch is below Image every time when I select new image. For example: my app is like in Travis's Wallpaper App tutorial. -> http://www.youtube.com/watch?v=oiCKnevQLWU And I want to…
androider
  • 1
  • 2
  • 3
-2
votes
1 answer

Backgrounds in Windows 10

I have a question. How fast can Windows 10 change desktop backgrounds thru a c++ script? Is there a cap? I have tried manually switching backgrounds. I do not know how to write a C++ script to do that, though.
IMSOASIAN
  • 13
  • 3
-2
votes
1 answer

WHERE does 19.10 store its wallpapers?

My Ubuntu has a bunch of garbage wallpapers that I don't like, where does 19.10 store its wallpapers so I can delete theirs and add a bunch of my own?? I've tried using 'find' to find all folders named wallpapers, no joy.
Radamand
  • 175
  • 1
  • 12
-2
votes
1 answer

Swift - Change iPhone background

I was thinking about changing iPhone background using app. Is there some code in Swift to change iPhone background? I don´t mean change background of app. I mean change background totally of the iPhone.
RalGoX
  • 35
  • 1
  • 8
1 2 3
50
51