LiveWallpaper for android

Hi,
I’m new member and I wonder if is there any possible way how could I create live wallpapers for android by using jMonkeyEngine.
Could you folow me how to do that?

Thanks guys :wink:

yes, surely can .
but you may need a little modify on jmonkey’s src file(like OGLESContext.java) and write a new class extends from WallpaperService to create a jME3 application instance just like what AndroidHarness does.