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

libraries for live wallpapers development

This is the first time I am going to do a live wallpaper, I referred some tutorials across the web, but those tutorial were of very basic kind of live wallpapers. But when I tried searching for some advanced wallpaper tutorial, I was not able to…
android_newbie
  • 667
  • 2
  • 14
  • 32
0
votes
1 answer

How can i set a image as wallpaper from viewpager?

i have this code for swiping between some pics with viewpager imageadapter.java package com.example.gallery3; import android.content.Context; import android.support.v4.view.PagerAdapter; import android.support.v4.view.ViewPager; import…
user3410344
  • 41
  • 13
0
votes
1 answer

Save canvas to lockscreen (WP8 + Cordova)

I am looking for a solution to save canvas image as WP8 lockscreen background using Cordova/Phonegap? Is it even possible? I know already that I should add Lockscreen extension to app manifest file:
Maciek
  • 1
0
votes
1 answer

How can I open Static Wallpapers of Android programmatically?

How can I open Static Wallpapers of Android programmatically. There is a method to open the Live Wallpapers using WallpaperManager.ACTION_LIVE_WALLPAPER_CHOOSER)); but I could not find any solution.Any help will be highly appreciated.
0
votes
1 answer

How to add set as wallpaper option in following code in Android

I am creating swipe action in my android app. Its working perfectly. Now I want to create set as wallpaper option so that user can set current image as wallpaper. I add some code. But its not working. Please someone help me to make current image as…
John R
  • 2,078
  • 8
  • 35
  • 58
0
votes
0 answers

How can I pass EditText value continuesly to extends WallpaperService

I am trying to build a live wallpaper and want to pass a edittext string to wallpaperservice from MainActivity. Is there any method to pass the edittext value at any time and it draw on the canvas. this is my MainActiviy public class Main extends…
0
votes
2 answers

Choose wallpaper instead of choosing live wallpaper?

In Android there is a very convenient way of getting the user to choose and set a live wallpaper. Intent intent = new Intent(WallpaperManager.ACTION_LIVE_WALLPAPER_CHOOSER); startActivity(intent); Is there a similar way for user to choose and set a…
Lim Thye Chean
  • 8,704
  • 9
  • 49
  • 88
0
votes
1 answer

How to make a batch file that changes the wallpaper of a computer

I want to create a batch file that is later going to be converted to an exe that changes the wallpaper of my computer as soon as I open it. Sorry I have no idea how to do this D:
Dubstowel
  • 21
  • 1
  • 5
0
votes
0 answers

wallpaper is not sliding on first boot

I built new ROM (4.2.2) to set my customized wallpaper as default wallpaper.It displayed fine, but at the first boot the wallpaper is not sliding (left to right, right to left). If I rebooted my android device it is working fine. I made changes…
0
votes
1 answer

How to Enable a JAVA MIDLET to set as StandBy Wallpaper?

I have developed a Simple Clock App in Java midlet in Netbeans. Now i want to set Java Midlet app as wallpaper in phone. There are two files in my project. AnimationLoopMidlet : contains startApp() function. AnimationLoop : to update the time and…
Arun Sharma
  • 517
  • 9
  • 16
0
votes
1 answer

LibGDX Live wallpaper freezes after phone goes to sleep mode

I don't know why it freezes every time the wallpaper is not shown (getting back from sleep mode or exiting an application etc...), sometimes it works normally and sometimes it freezes. I'm working with the nightly version. In Logcat i see "engine…
Hyrulia
  • 3
  • 1
0
votes
2 answers

Deal with java.lang.OutOfMemoryError?

i made an wallpaper set application, on my device (Nexus 5) it works great but on Galaxy TAB, Fame or even on Optimus it gives java.lang.OutOfMemory error. I know I shouldn't work with so much ImageView's in one app or I should? ok, the problem is…
George Lungu
  • 125
  • 2
  • 4
  • 16
0
votes
0 answers

iPhone Simulator (iPhone Retina 4 inch 64bit IOS7) change wallpaper

I have xcode 5.0.2 and iphone simulator ios7 4 inch. How can i change its home wallpaper? I did download an image and set it as wallpaper (just like in a real iphone) but it still doesn't apply :( I also tried to rerun the simulator but nothing…
0
votes
1 answer

Set Wallpaper from Image Url

It's been days now, trying to figure how this function works... I have searched for it in stack overflow too ofcourse, Downloading and setting a wallpaper tried that, but got doInBackground error. and many more "seems legit" answer that I have…
0
votes
2 answers

how to create the camera object that other apps also use the camera when my app also running?

I am doing a project related to live wallpaper, in that camera was set as wallpaper, so in my app camera was running continuously, if user set camera as wallpaper, after he opening the camera it will shows the camera failed to load error, so, i am…
Somanadh
  • 97
  • 2
  • 11