Tagged Questions
0
votes
0answers
85 views
How to open an About window through Android livewallpaper settings
I've added a settings option for the live wallpaper and now I want to open a new window when the user clicks on the "About" button.
When I try to do that, I get an error that says there's no activity ...
0
votes
0answers
167 views
Android live wallpaper share feature setting
I would like to implement a share function within the settings of my android live wallpaper. So that it would allow the user to utilize the built in apps like Facebook, Messaging, Bluetooth, and Gmail ...
0
votes
4answers
652 views
Live wallpaper settings not applying
I have added settings to my live wallpaper but they are not being applied when changed. I would greatly appreciate it if someone could tell me why my settings are not being applied when changed. Here ...
4
votes
2answers
1k views
Android: How to start activity from preference menu?
This is the Android Live Wallpaper.
.LiveWallpaperSettings is main activity with settings preferences. <- works normally
.AboutActivity is simple dialog activity. <- application craches
I ...
0
votes
1answer
1k views
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 ...
4
votes
2answers
3k views
How to create a settings activity for Android Live Wallpaper
How to create a settings activity in live wallpaper like this?
Example Picture
I've built settings activity with only a simple text and faced some problems.
The first problem is that I can't use ...
0
votes
1answer
383 views
Is there a tutorial somewhere for creating the settings in a live-wallpaper?
So I have some problem finding a tutorial for the settings part of the live wallpaper. In the example I have, they used a Preference Screen. But I don't feel it's what I want.
For my live-wallpaper, ...
4
votes
3answers
1k views
Wallpaper Settings force close
I'm having a force close problem whenever I try to launch the settings for my live wallpaper. I don't really have anything there, so I'm not sure what could possibly be causing the problem... Here is ...