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

Where I could find the source code for the built in wallpaper app/activity in Android.

If you long press the Android luncher and then you pressed Wallpapers an app/activity is opened and you could select the wallpaper (it have a gallery view at the bottom). Where I could find the source code for this app/activity in the Android source…
Jimmy
  • 10,427
  • 18
  • 67
  • 122
1
vote
0 answers

Make an Android live wallpaper respond to a key event?

What I'm trying to do is make my live wallpaper take action when the device's volume button is pressed. In my activity I simply override onKeyDown() to achieve this. In my livewallpaper, I can't see anything to override or register as a listener to…
1
vote
1 answer

Alternate desktop background in cmd at set times

I was thinking about causing my desktop background to change using a .bat at set times. (i.e. 6:00 AM to 6:00 PM have a background and then from 6:00 PM to 6:00 AM have a different set background) I thought something along this line would work but…
1
vote
1 answer

Avoid zooming of wallpaper

Can anyone tell be how to exactly set the wallpaper on android without it being zoomed..at the moment no matter what resolution image i am using,it is just zooming it and setting as wallpaper..here is the code i am…
1
vote
2 answers

Setting Bitmap as wallpaper

I want to display an image from URL and then set that displayed image as wallpaper on the phone at button click..Currently it is displaying the image but nothing happens when the button is pressed to save it..Here is the code i am using..Kindly find…
1
vote
1 answer

ImageView animations in live wallpaper

(Android) I am working on adapting a full-screen analog clock app to a live wallpaper. The app use three separate ImageView for hour, min, sec hands and RotateAnimation. I have been looking around for a method to use ImageView in live wallpaper.…
1
vote
1 answer

Detect multiple monitors and set separate wallpapers for each

I'm starting a project to make a wall paper rotator for computers with multiple monitors. 1) how do you detect the monitors in windows and the associated resolution 2) how would i set the image per monitor. do I make one image that's crafted…
Crash893
  • 11,428
  • 21
  • 88
  • 123
1
vote
1 answer

How to make .png images fly?

I'm working on my first Android project - Live wallpaper. I need some images in my project to fly all the time on the screen. Images should fly from bottom to top, but they need to fly all time, so that background is never empty. This is part of…
user1764692
1
vote
1 answer

How to reload Live wallpaper on preference change?

How can I reload my wallpaper once the preferences are changed? The cube sample does not reload once we change preferences, instead it passes the new preferences. In simple words, How can we have the "Loading live wallpaper.." screen after the prefs…
nurecas
  • 46
  • 3
1
vote
0 answers

How to add wallpaper in android?

How to add a wallpaper on your desktop in android to run scroll. To add a wallpaper I'm using: for(int i = 0; i
1
vote
2 answers

Android AsyncTask using Wallpaper Manager

My wallpaper manager uses a Async Task to set as wallpaper. But after changing to AsyncTask from non-Async I got the error "The method getBaseContext() is undefined for the type SetWallpaperTask" Please correct my codes. Thank you very much. Old…
1
vote
1 answer

Check Wallpaper programmatically in android?

Our android devices Home Screen contains Wallpaper or Live-Wallpaper. How do check through programmatically the Wallpaper is Live-Wallpaper or not. Is it possible? Thanks.
Dinesh Lingam
  • 293
  • 3
  • 6
  • 13
1
vote
0 answers

Center peek wallpaper in activity without stretching

I'm developing an alternative home application which fits on one screen. Currently I have one activity ,which has the height and width of the phone screen,in which I try to set default wallpaper as background. I use this code to do…
Ant
  • 85
  • 1
  • 6
1
vote
1 answer

Phonegap setting wallpaper from www assets? Android

I'm building a phonegap app for Android and need a way to set wallpapers from a .jpg included in the www directory of the app using javascript. How would I go about building a phonegap plugin that works with resources in my phonegap apps www folder?
Braydon Batungbacal
  • 1,028
  • 2
  • 24
  • 52
1
vote
0 answers

Our 3d Live wallpaper works fine on galaxy s2 but crashes on galaxy s3 (logs included)

We've developed couple of 3D Live wallpapers based on Gl ES 1 There are already on Google Play and everything was fine until brand new Galaxy SIII release. Our wallpapers runs fine on Android 2,3,4 on all devices ingluding all Galaxy family. And…