[android-developers] Can't display the (Settings..) button for a live wallpaper

2011-03-03 Thread Jay Boyer
I want to add settings to a live wallpaper I created. I am missing something very fundamental about how SharedPreferences work. The code and XML are based on the cube live wallpaper example and I can’t figure out what I did wrong. My problem is that no (Settings..) button shows up when I

[android-developers] Live wallpaper background image question

2011-02-24 Thread Jay Boyer
I just started working on Live wallpaper. I have a bitmap in my resources that I want to use for the background. I will draw my animations on top of that bitmap. I want to be efficient about it. I don't know if it is possible to draw the bitmap once, or somehow set it as the background, and