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

Open current live wallpaper settings from activity

I'm working on an Android live wallpaper. I have everything working just fine so far, but I need to be able to open the wallpaper settings (that already work in the wallpaper preview) from an activity. Is there an intent or anything that will put…
JS.
  • 171
  • 4
  • 15
0
votes
1 answer

App's album cover - iPhone

I am making an app that plays audio... with each sound piece playing I want to be able to change the "album cover" on the wallpaper of the phone... For example when you play a song on the iPod app it changes your lock screen wallpaper to an album…
Albert Renshaw
  • 17,282
  • 18
  • 107
  • 195
0
votes
1 answer

set android app background to picture or live wallpaper

I was recently told to convert my flash app over to a tablet. So I only just started coding in the java language. I am going to have a default picture set as the background. However, if the user wishes they would be able to change the the background…
jc.021286
  • 220
  • 1
  • 4
  • 15
0
votes
1 answer

(android) set homescreen wallpaper with the correct dimensions

i'm currently building an app and i want to change the wallpaper. So here is my code. When the user sets the wallpaper i save the path to Shared Preferences. Display display = getWindowManager().getDefaultDisplay(); SharedPreferences prefs =…
Alex Fragotsis
  • 1,248
  • 18
  • 36
0
votes
2 answers

HTML Desktop wallpaper

I am somewhat familiar with HTML and Javascript (I have had a few classes covering these in college and dabbled a little on my own). What I would like to do is create a desktop wallpaper on my Windows 7 x64 machine that uses HTML (or whatever I need…
c.dunlap
  • 600
  • 1
  • 11
  • 28
0
votes
4 answers

Type Bitmap is not applicable for the arguments (int, int, int, boolean)

I get this error on the 3rd line of code in Eclipse: The method createScaledBitmap(Bitmap, int, int, boolean) in the type Bitmap is not applicable for the arguments (int, int, int, boolean) Here is the code: int newWidth =…
Emad-ud-deen
  • 4,734
  • 21
  • 87
  • 152
0
votes
1 answer

Android - Set current image in imageview as the system wallpaper

I'm building a simple wallpaper app where the user can browse through a selection of images and easily set it as their new background. I'm storing my drawables/images in an array and I can't really wrap my head around how to reference the current…
anderssonma
  • 455
  • 1
  • 5
  • 11
0
votes
2 answers

How do I get a smooth wallpaper?

I'm trying to set a wallpaper but I get banding. I have a large gradient JPG which is saved on my device. I read it from file, scale it so that its height matches the height of the device then I set the wallpaper and the wallpaper hints. The scaling…
timothyjc
  • 2,188
  • 3
  • 29
  • 54
0
votes
0 answers

Neither Nitrogen or FEH Work in Autostart if Xrandr also in Autostart

If I put nitrogen --restore in awesome config file lua.rc, the desktop opens with the correct wallpaper. However, if I add xrandr to config file the resolution is successfully set but nitrogen no longer works. Instead I get a black screen and…
0
votes
1 answer

how to set Desktop wallpaper SlideShow with IDesktopWallpaper

i found a class for working with desktop and wallpaper, I can change the background image with the code below public static void SetDesktopWallpaper(string imagePath, DesktopWallpaperPosition wallpaperPosition) { …
Chibako
  • 47
  • 4
0
votes
0 answers

How to set live/video wallpaper in flutter

I want to set video.mp4 as a live wallpaper in flutter. I used async_live_wallpaper package but its open another app/activity for setting live wallpaper please provide me a another solution to set live wallpaper without openning third party app or…
0
votes
0 answers

Wallpaper service is background service/ foreground / system service?

Have integrated wallaper service in my app . Concerns around limitations Android had imposed after Android 8.0. What could be possible issues as from documemtation things are not clear . Documentation link is attached for reference…
Priyanka
  • 1
  • 3
0
votes
1 answer

how to add set as wallpaper feature in my react native app

I am using Expo Go, and I am creating a Wallpaper app I want to set image/wallpaper on the user's Device when the user clicks on the Set as Wallpaper Button I searched the internet and tried many packages, but nothing worked for me I tried Packages…
0
votes
0 answers

Set wallpaper on IOS using flutter and wallpapers can also have 3D parallax effect

I'm creating a wallpaper application using Flutter containing simple and 3D parallax wallpapers. While doing my research on pub.dev all the wallpaper packages are for Android, how can we set wallpaper on IOS too and what about the 3D parallax effect…
Ahmed Ashraf
  • 281
  • 1
  • 2
  • 12
0
votes
1 answer

Android terminology and how to set panel's beckground image

I am new to Android. So new that I am not even clear on the terminology. From the user perspective, one can swipe from one page (iOS term) to another on Android. I have been told that these are called "panels" - but googling that term, I find out…
westsider
  • 4,967
  • 5
  • 36
  • 51