live-wallpaper
Android's WallpaperService.Engine issues, workarounds required
During development of Live Wallpapers I jus got two issues and want to find the best possible workarounds.[详细]
2023-03-28 13:36 分类:问答Android Live Wallpaper + Sprite Animation [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-26 17:32 分类:问答Get number of homescreens without calling onoffsetschanged (for wallpaper)?
I\'m doing a live wallpaper. However, what is initially shown depends on the number of home screens.[详细]
2023-03-26 03:13 分类:问答Does the Honeycomb android:hardwareAccelerated="true" manifest setting apply for Live Wallpapers?
I have a live wallpaper that I originally coded to 开发者_JS百科use canvas rendering for phone-sized screens. But when running it on a Xoom tab the framerate degrades noticeably, presumably due to the[详细]
2023-03-25 21:31 分类:问答Could live wallpaper be set as background?
Is it possible to 开发者_JS百科set some of the live wallpapers as a background of an activity ?Sure, just add this attribute to your <activity> tag in the manifest:[详细]
2023-03-25 11:27 分类:问答min3D in a live wallpaper service?
I have been playing around with the min3D libraries a bit lately learning how to use the openGL functionality of Android (it\'s been frustrating lol).I am trying to modify the GLWallpaperService @ htt[详细]
2023-03-25 05:49 分类:问答Problem rendering a mesh from an OBJ file
I am having a problem adapting and or I guess understanding the vertices/indices/faces in an OBJ file.I want to eventually parse a OBJ file programmatically but first I need to understand how to do it[详细]
2023-03-25 00:54 分类:问答Cannot see Example Wallpapers in emulator
i wanted to make android live wallpaper app. but there is cubewallpaper app in emulator already installed. so before i wanted to start creating my own i wanted to view that app as i already have to co[详细]
2023-03-23 18:33 分类:问答"fixing" a live wallpaper in portrait mode
I\'m trying to find the \"simplest\" way to fix my live wallpaper in portrait mode, and, as for now, the only way I found is to rotate the entire canvas by 90 degrees counter-clockwise and shift it \"[详细]
2023-03-23 10:44 分类:问答Android - cam.setPreviewDisplay(holder) running into IOError
I am trying to use the camera\'s image as part of live wallpaper. In the Engine that I declared, I have this code:[详细]
2023-03-22 17:24 分类:问答