I create a sample Live wallpaper application, My requirement is, the Live-wallpaper have a water look (Water Surface). when i touch any surface on the screen the water must repel. I go through regarding this in developer site, finally i got the key word android.wallpaper.tap is used for this purpose, now i doesn’t know how to use this. Also i need this functionality enabled live wallpaper tutorials are code snippet if any one know this, kindly post it. Thanks in advance,
I create a sample Live wallpaper application, My requirement is, the Live-wallpaper have a
Share
Here’s a code snippet borrowed from libgdx live wallpaper backend (WallpaperService.Engine);
I’ve never tried this myself but would expect utilizing
Engine.onCommandmethod should be rather straightforward as long as you keep receiving these events.