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 bitmap in android

When setting the wallpaper I'm using an int and then I'm converting it into a bitmap with decodestream but the wallpaper is still not set. Here is my code InputStream y = getResources().openRawResource(friendship); Bitmap b =…
9477
  • 3
  • 6
0
votes
1 answer

Live wallpaper with image change on Time interval

I want an live wallpaper example which uses image to set wallpaper and handle orientation change also. I want to set time interval of say 30 seconds after which the next image will be displayed in wallpaper. i Checked few tutorial like vogela's but…
Bhavik Tikudiya
  • 103
  • 1
  • 7
0
votes
1 answer

Active directory disable wallpaper batch

I wonder if its possible for a user that has the disabled wallpaper enabled ( this user cant change their own wallpaper), to run a sort of batch command to disable this function? ( so the user is able to set their own ( without any admin permissions…
0
votes
1 answer

Android used as Wallpaper functionality

I am developing an app inside which I have an image gallery. When I select an image, it opens in another fragment in an imageView (android:id="@+id/gallery_image") and show in full screen mode. Everything works well. But I need the functionality of…
Kaidul
  • 15,409
  • 15
  • 81
  • 150
0
votes
1 answer

Live Wallpaper not showing up properly android

I have a live wallpaper and an activity that starts it. My manifest looks like this:
Romert Ran
  • 49
  • 7
0
votes
1 answer

Image download as wallpaper button for iPad/iPhone

I am writing a wesite dedicated for iPhones and iPads. On this website there will be a wallpaper for iDevices to download. But the standard procedure to save an image as a walpaper is quite long and annoying (long tap, save in photos, go to…
jarektb
  • 71
  • 1
  • 3
0
votes
2 answers

Android prompting to save image or set wallpaper from gridview

I would like the user to get the option once the chosen image is clicked to set the image as their wallpaper or to save it to their SD card. This is my first time doing this so I need some guidance. I have looked at other questions similar to this…
Jack
  • 2,043
  • 7
  • 40
  • 69
0
votes
1 answer

Set wallpaper via Gallary app

i was looking around if it's possible to set Wallpaper for Lockscreen directly from android Sdk but unfortunately it's not available yet but how ever i have seen some apps able to do that via Stock gallary app as in the picture is there a certain…
Joseph27
  • 129
  • 3
  • 16
0
votes
1 answer

Wallpaper issue, picture is zoomed in when i press set background

I am making a wallpaper application, i have one issue: when i try to click my button "Set background", it sets the background but it is zoomed in and because of that i lost half of my original image. This is the code that i am using: try { …
Maxim
  • 3,836
  • 6
  • 42
  • 64
0
votes
1 answer

Set Desktop Wallpaper to generated Bitmap

In my program I generate a bitmap, and I would like to set the computer's desktop background to this bitmap; how do I do this?
jister
  • 135
  • 3
  • 13
0
votes
1 answer

How to set wallpaper using system default action

I have to set the image from sdcard as wallpaper by calling the default system action..
karthik
  • 123
  • 13
0
votes
0 answers

Can I create a live wallpaper for Android with Phonegap?

We have a WebGL-JavaScript app that renders beautiful animated effects. We hope to create a live wallpaper for Android from it using Phonegap. Is it possible to create a live wallpaper for Android with JS and Phonegap now, or should we go native…
Pavel
  • 2,610
  • 3
  • 31
  • 50
0
votes
1 answer

Wallpaper application size too big?

I'm creating a High Quality wallpaper app for samsung galaxy s4 resolution(1080x1920) Picture size is 1.5-3.5 MB each. I'm wondering, How come most of wallpaper apps is smaller than 1 MB if mine is 100++. If they save pictures on sd card then it…
user1816780
  • 121
  • 4
  • 14
0
votes
1 answer

Setting wallpaper using onclick event of a button has no effect

I'm following the tutorial trying to set the wallpaper using onclick event of a button. My code for that is, private OnClickListener startListener = new OnClickListener(){ public void onClick(View v){ setBg();} public void…
VijayaRagavan
  • 221
  • 2
  • 15
0
votes
1 answer

Create Live Wallpaper in Android with multiple effects

I am working with live wallpaper and i stuck with some problem,i need to create wallpaper with multiple effects like water rippling,sparkling effect,moving screens,i have a doubt that is it possible to create wallpaper with multiple effects.if it is…
user2134412