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

set wallpaper using ACTION_SET_WALLPAPER

I'm currently setting the wallpaper using wallpaper manager passing it a bitmap this works but this image is static so it doesn't move with the screen and it doesn't give me an option to crop the image. I want to use the ACTION_SET_WALLPAPER at the…
Martin Seal
  • 616
  • 2
  • 14
  • 32
0
votes
1 answer

Display a image larger than the device screen, and then go through the picture with a translation animation

Now I know how to make the translateAnimation, in order to go through the picture, and show it on the screen. What I do not know how to do, is put the picture on the screen, and make it in such a way so that it will not scale it by the scale type.…
rosu alin
  • 5,674
  • 11
  • 69
  • 150
0
votes
1 answer

Android - Take a "Screenshot" of an App Running in the Background

I have read plenty of questions that deal with an app taking screenshot of the current users screen while the app runs in the background, but have not seen many articles that deal with the app taking a "screenshot" of itself while it runs in the…
Varun Nair
  • 15
  • 3
0
votes
1 answer

Monitors position on Windows wallpaper

I am working on C++ application to manage wallpapers accross multiple monitors on Windows, like what UltraMon and DisplayFusion do but with more options. Everthing is working well but monitors placement. My desktop has three monitors arranged like…
Mistic
  • 1,377
  • 2
  • 13
  • 27
0
votes
1 answer

Android:How to access the default gallery app's wallpaper using Intents

So, I'm making a gallery app that gets an image in the form of a Bitmap. I want the Android default gallery app to handle this. I used the Wallpaper intent but it again asked me to choose which image I wanted to set as Wallpaper. I wanna pass this…
user1790457
0
votes
1 answer

touch event in live wallpaper in Android

I want to build aquarium app live wallpaper in Android in which I draw multiple Bitmap now I want add touch event and when I touch fish should react how I can know which particuler fish is touched how I can do taht private void draw() { final…
0
votes
2 answers

How set wallpaper in flash as3?

Who can help me to make the photo On the desktop ..For example, to save the image in the stage in Flash and make it a background in desktop(in flash function to make an image as wallpaper)or background in phone Using the button thanks..
FlashGirl
  • 53
  • 11
0
votes
0 answers

Rajawali live wallpaper slow back from sleep

Im working on a 3D live wallpaper for android using rajawali. When I turn the screen off and on, its loading the whole scene again what takes some seconds depending on device and scene complexity. Id like to keep my wallpaper in memory "forever" to…
0
votes
1 answer

How to add item in Setting->Display->Wallpaper->Choose wallpaper from?

I want to add item in Setting->Display->Wallpaper->Choose wallpaper from. How to do and Please tell me,thanks..
user1241763
  • 59
  • 1
  • 3
0
votes
2 answers

Script to set wallpaper in XP?

I'm trying to figure out how to write a batch file I could use on multiple computers to set the background. I've tried a few suggestions I saw in some other searches, but besides that I'm not really sure how to do this. Anyone have any suggestions?…
Raistlin
  • 167
  • 8
0
votes
1 answer

How to upload bulk data to Parse backend

I am developing an app which basically is like a wallpaper app. I want to use Parse as the back end. How do I make different categories and upload large number of files to each category? I tried with uploading one at a time manually, but with large…
Ron
  • 51
  • 1
  • 1
  • 5
0
votes
1 answer

How to update an activitys background when it's set to the systems wallpaper?

I have this code which allows me to set the current device wallpaper as my activitys background. public void wallpaperBackground() { WallpaperManager wallpaperManager = WallpaperManager.getInstance(this); Drawable…
user1353517
  • 300
  • 3
  • 10
  • 28
0
votes
1 answer

IPad, how to change wallpaper for a lot of ipads connected to my mac

i have 200 iPads and i have to change the wallpaper, setting the same on each ipad. I try to do this using apple configurator, but it don't allow me to set the backgroud image. There is a way to do it without set wallpaper by hands for every…
Simone M
  • 677
  • 1
  • 10
  • 26
0
votes
1 answer

Android, when setting wallpaper (non-scrolling) still crops

So, when I try to set my wallpaper that is the exact resolution of my screen, it still crops. Please note that I know how to disable scrolling wallpaper, that is not the point. The image of 1080x1920 is getting slightly scaled as in the image below.…
Nycrea
  • 1
  • 1
0
votes
1 answer

on android. How to set wallpaper from swipe layout?

I have a swipe activity that also shows a small text. I want to use the image seen on the screen as wallpaper. I learned a lot reading on this website. you helps a lot to everyone. This is my first visit, I could not find the answer by…