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

Get current Wallpaper android 13, more detailed problem

The exception happens at: final Drawable wallpaperDrawable = wallpaperManager.getDrawable(); "Permission android.permission.READ_EXTERNAL_STORAGE denied" which means probably that wallpaperManager use READ_EXTERNAL_STORAGE permission to work, and…
Cohenis
  • 1
  • 3
0
votes
2 answers

How to set wallpaper in Android Studio from url in Kotlin?

How can I get an image in Kotlin via URL as a background image title when I click on a button?
0
votes
0 answers

How to apply parallax image to android desktop

I have achieved the parallax effect and would like to install it on the desktop, but "wallpaper manager" only works with images without functions. How can I display functions on the desktop? Instructions "wallpaper manager": String path =…
0
votes
1 answer

Can I use Pixabay API in My Wallpaper App?

I recently created a wallpaper app. I want to ask, do Pixabay allow to show their photos as wallpaper in a Wallpaper Application. Isn't there any policy restrictions for wallpaper apps in Pixabay. Website: pixabay.com
0
votes
0 answers

How does WallpaperEngine set the wallpaper in Windows?

The app WallpaperEngine can somehow set the Wallpaper to a HTML page, scene or video. I'm trying to do pretty much the same thing, so I looked and found this option in VLC to set a video as a wallpaper: But that just creates a window and not an…
lxhom
  • 650
  • 4
  • 15
0
votes
0 answers

Wallpaper not properly fit on device screen, it either zoom or cropped

I created wallpaper app with glide using link images. I have three buttons to set image as wallpaper, lock-Screen and Home_Screen on device screen. But when I set this image as wallpaper its either zoom or cropped. I want image should fit on every…
0
votes
1 answer

Ways to Pause/Resume a Process with Python?

First im Sorry for my Bad English. I try to pause and resume a .exe File with Python. I Already tryed psutil.Process(...).suspend()/.resume() but this take more then 8 Seconds. Normally thats okay, but i freeze a WallpaperEngine and it looks very…
Fido_de07
  • 73
  • 1
  • 6
0
votes
1 answer

Which permissions do android live wallpapers require and how can i make my own live wallpaper app require them upon installation?

Which permissions if any do all live wallpapers require? I'm talking about the list of permissions that pops up every time you download an app. Currently my own live wallpaper requires no permissions. Please give examples or links, thanks. BTW, all…
Mohammad Adib
  • 788
  • 6
  • 19
  • 39
0
votes
2 answers

ShObjIdl location for JNA usage

I'm trying to use shobjidl_core.h library to run code that changes the wallpaper of one specific monitor, specifically I need to run these two functions: GetMonitorDevicePathAt, SetWallpaper. Now, when I run the following code: interface…
Mamiglia
  • 108
  • 7
0
votes
0 answers

Setting a child window under Progman window to show video ender desktop icon

I'm trying to make a function similar to the wallpaper engine, by adding a child window to the Progman window. The function did allow me to add the video, however, the window size is fixed, which made me unable to fit the video to the entire…
0
votes
1 answer

How does one tell Windows 10 to tile, center, or stretch desktop wallpaper using WIN32 C/C++ API?

Goal: using C++, the Win32 SDK and Visual Studio 2019 to set the desktop wallpaper to be centered or tiled or stretched. One can use SystemParametersInfo() to change the wallpaper. No problem at all. Problem is telling the system to tile or center…
Eric M
  • 1,027
  • 2
  • 8
  • 21
0
votes
0 answers

How to share wallpaper with text (i need to share play store link)

in my wallpaper app, i shared image to social media its working perfectly but i want to share image with text (play store link), how can i share image and text ? findViewById(R.id.btn_share).setOnClickListener(view -> { if…
jay raman
  • 11
  • 2
0
votes
1 answer

How to set a desktop background with python

This code does that when you run it, there will be a app that will have 2 buttons. If you click one the "local files" one, the windows explorer will pop up. And now I want to know how to when you select a picture in the explorer, the programme will…
Jackzy
  • 11
  • 2
0
votes
1 answer

how to display wallpaper in an iphone app?

I'm doing a leisure time iPhone game. I want to use the current wallpaper as my game background. How can I do it?
willzeng
  • 169
  • 1
  • 5
0
votes
1 answer

Can we get current wallpaper image through react native?

I am making a demo in react-native for getting and changing wallpaper. I have been searching for an option to get the current wallpaper of the device but I did not find anything which is useful. All I can find is to set wallpaper to the device. But…
Mayank Balar
  • 201
  • 2
  • 8