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

How to set wallpaper (viewpager)

I want to set wallpaper from viewpager(selected image). I have different pictures(R.drawable.a1,R.drawable.a2,R.drawable.a3,R.drawable.a4,R.drawable.a5,R.drawable.a6............) How can I do, I want to be dynamic,please help me,…
Erdem Azaklı
  • 255
  • 1
  • 8
  • 27
0
votes
0 answers

Trigger Next Wallpaper in Windows 7?

How to trigger the 'Next Background Image' option for a Windows 7 wallpaper image? You can dynamically set an image using this solution but I'd like to have Windows do the work for me. Windows API to trigger wallpaper shuffle seems to use some sort…
TankorSmash
  • 12,186
  • 6
  • 68
  • 106
0
votes
0 answers

Lock screen wallpaper without audio playing in background iphone

I am working on application in which i have to change the lock screen wallpaper without playing audio in background through application programmatically. I have done with audio in background but is there any way i can do through application. There…
user1746965
  • 1
  • 1
  • 4
0
votes
2 answers

Using WallpaperManager and toPhone

I have Multiple Images and if i use WallpaperManager then it will set the wallpaper to what it is said to set wallpaper as. How am i able to use toPhone and WallpaperManager? Java file (if needed): package hd.wallpaper.abs; import…
user1695999
  • 21
  • 1
  • 1
  • 4
0
votes
1 answer

Changing lock screen wallpaper iphone programmatically

Possible Duplicate: Programatically changing the iOS lock-screen I am new to iphone, I want to know whether i can change my iphone lock screen wallpaper programmatically through application. Thanks
user1626842
  • 29
  • 1
  • 5
0
votes
0 answers

Extjs 4 : Changing wallpaper from an iframe in the web desktop example

I begin with Extjs. I'm facing a problem in Extjs 4 with the web desktop example. I'm using a window to display a php page inside an iframe. In that page I'm using a javascript function to load a new src : top.Ext.getDom('iframe-win').src =…
Boun
  • 413
  • 4
  • 17
0
votes
2 answers

Can't apply live wallpaper

java.lang.SecurityException: Selected service does not require android.permission.BIND_WALLPAPER So this does work:
IAmGroot
  • 13,760
  • 18
  • 84
  • 154
0
votes
1 answer

setWallpaper from Viewflipper

I have make a simple app using viewFlipper. now I want to setWallpaper. but my coad is not working when I press setWallpaper button. Here is my code: public class WallpaperChooserActivity extends Activity implements OnClickListener { /** Called when…
xoticjerk
  • 3
  • 1
0
votes
1 answer

How to properly set a wallpaper on Android

It seems that setting a wallpaper on Android just doesn't work in any useful way. If you get an image from your phone and set it as the wallpaper, it's way too big for the screen If you resize it (either using a createBitmap() function that allows…
Nauraushaun
  • 1,484
  • 12
  • 10
0
votes
2 answers

processing sketch integration with live wallpaper in android

Is it possible to integrate the Processing sketch as part of the android live wallpaper instead of OpenGL ? I would like to have interaction with different objects in wallpaper so processing would be easy for me as an artist.
0
votes
2 answers

Fade Desktop Wallpaper in Applescript (Mac OS X)

I have written an AppleScript which, among other things, sets my desktop background. However, using AppleScript's "set picture" changes the background abruptly - it doesn't look too good. Is there a way to get the nice fade effect that is used…
Nicole Stein
  • 925
  • 1
  • 9
  • 23
0
votes
1 answer

WallpaperManager wrong image size

I am working with WallpaperManager now. Here is my code: WallpaperManager wallpaperManager = WallpaperManager.getInstance(MainActivity.this); wallpaperManager.setResource(R.drawable.some_image); When I set this image as my wall paper, it is too…
iForests
  • 6,757
  • 10
  • 42
  • 75
0
votes
1 answer

How add image, showing in PagerView, to background?

It is necessary download the image (on SDcard) and then just use it? If no, how do this ? I have image store and images shows in PagerView (images load from internet). I need to select a picture from PagerView and put it on the background…
Asc
  • 23
  • 3
0
votes
1 answer

Setting Wall Paper to every HomeScreen

i am new to android development. I am use the following code to set the wallpaper to every home screen. In this code first it ll ask the user to enter the home screen availability numbers. The user giving the input that they are having 3 home…
Nathiya
  • 88
  • 1
  • 8
0
votes
3 answers

android app wallpaper from gallery

im new to android and I've been trying to figure out how to display a photo on Android. I've been searching all week with no luck and want to know if there are any android sample code or examples on how to set a wallpaper for the app from the image…
shark zone
  • 49
  • 5