Tagged Questions
0
votes
3answers
100 views
onConfigurationChanged Null pointer exception when phone restarted?
Well the problem is, i have livewallpaper that has inside main class a onConfigurationChanged,
the code is
public void onConfigurationChanged (Configuration newConfig){
if(MODE == 0) {
...
3
votes
1answer
248 views
Null Pointer Exception in Andengine LiveWallpaper
I am making a livewallpaper using Andengine Live wallpaper extension. The problem is that when i try to attach a sprite (a background image) in OnCreateScene method, I get a null pointer exception. ...
0
votes
0answers
242 views
java.lang.NullPointerException for live wall paper
i am designing one live wall paper,it is showing java.lang.NullPointerException. why this Nullpointerexception will occur?
06-07 12:47:03.117: I/System.out(803): text default
06-07 ...
1
vote
0answers
35 views
while making live wall paper for getting weather report facing the following log cat error
please go through the following code in http://www.pastie.org/3809101
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
3
votes
1answer
983 views
Android “Failure delivering result ResultInfo” when Intent is NOT null
I have a custom image preference in my Live Wallpaper that allows a user to choose an image from their SD card to use as a background. I got the code from here and haven't modified it, so it's almost ...
10
votes
2answers
709 views
Android Playing Movie Files In A Live Wallpaper
Is this even possible? I have tried using the MediaPlayer but it throws a NullPointerException on the MediaPlayer object. I can get audio to work but video wont.
...