live-wallpaper
How do I get the screen width and height when initializing an Android Live Wallpaper?
Trying to code a simple Live wallpaper for android. I\'m having trouble finding out h开发者_高级运维ow to capture the screen size at initialization.[详细]
2023-01-25 22:28 分类:问答Live Wallpaper with Game Engine or not?
I\'d like to develop a live wallpaper. After some research, I concluded that there were two options to create one :[详细]
2023-01-25 07:29 分类:问答Android Live Wallpaper Interaction with Widgets And Tell Wallpaper where widgets are placed
Is there functionality in teh live Wallpaper for the service to know where widgets are placed on the homescreen and the size of the widgets? For instance If I created a Live Wallpaper that changed bas[详细]
2023-01-21 19:20 分类:问答Android live wallpaper doesn't seem to quit?
I\'ve tried running a variety of live wallpapers.When I set a different one to be live, the old one still shows up in the adb shell when I type \'ps\':[详细]
2023-01-16 13:30 分类:问答Choosing background for Live Wallpaper
I\'m writing a live wallpaper that creates an effect over a background.I want the user to be able to choose the background from any of the system wallpapers and camera photos.What I would like is for[详细]
2023-01-16 01:50 分类:问答drawing textures on live wallpaper using OpenGL in android
Hii, I want to make a simple live wallpaper using OpenGL in Android that will draw the textures. I have develop a simple OpenGL Activity that can work exactly for live wallpaper. But som开发者_Stack[详细]
2023-01-13 19:43 分类:问答WebView as a Live Wallpaper?
Is there a way to set a WebView as a Live Wallpaper? Any links/hints greatly appreciated! Tha开发者_如何学Pythonnks!You cannot do this, all you get is a Canvas.[详细]
2023-01-13 17:53 分类:问答Live wallpaper animation force closing when I add more than 10 frames?
I\'m trying to make a simple livewallpaper out of a series of boot animation .pngs... I\'m using private static final int NUM_RES = 9;[详细]
2023-01-12 19:14 分类:问答Android - Live Wallpaper offset clipping
I am writing a live wallpaper for android. To test my basic code was working I drew a rectangle in the top left-hand cornor of the screen:[详细]
2023-01-11 22:02 分类:问答Google Maps API for Android in a WallpaperService (live wallpaper)
Is there a way to use the Google Maps API for Android in a Live Wallpaper? From looking at the API, mapViews seem to require a MapActivity, so I\'m not sure if there an easy way to make this work in a[详细]
2023-01-07 02:12 分类:问答