0
votes
0answers
173 views

How should i set up the offset change in android live wallpaper (screen Scroll)

i am new to this, and this is my first android project and i cant seem to find out how to make the Bitmap work for me. i really need this code i dont know how to set the the offset change i need some ...
1
vote
0answers
225 views

get xStep in onOffsetsChanged in Live Wallpaper

I'm writing a LWP with a Class extends WallpaperService and an overwritten onOffsetsChanged method. When I swipe the Homescreen I'm getting the Offset and Pixel values but not the Step values (xStep, ...
1
vote
0answers
461 views

Live Wallpaper touch and drag

How would you handle a touch and drag motion event on a live wallpaper to drag a bitmap in any direction? SOLVED: Found a solution at http://www.andengine.org/forums/post22486.html#p22486
1
vote
0answers
268 views

Homescreen slideshow app Android

I have another APP that I am working on that is going to read pictures from your SD card and play them as a slideshow. Then this slideshow is set as your wallpaper on your homescreen. Can someone just ...
0
votes
1answer
2k views

using onOffsetsChanged() to get home screen swipe direction

I'm working on my Live Wallpaper and I want it to scroll with the screen like a normal wallpaper does. I know I need to use onOffsetsChanged() but which parameter will tell me the direction that the ...