Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm Java/Android/Shiva3D/Unity3D developer.

But I never have created android live wallpapers.. so I need some help..

I want to create 3D Live Wallpapers with Shiva 3D. After exporting project as android project from Shiva3D.. I'm getting project,

which is containing 3 classes. One is GLSurface View.. and the second class is implementing it relative layout. now I want to use it in live wallpaper. How I can do it? I'm trying to add GLSurfaceView to Relative layout.. but I can't set relative layout as live wallpaper..

So can someone help me to set GLSurfaceView as live wallpaper?

share|improve this question
1  
I have some OpenGL based live wallpapers on GitHub, e.g. github.com/harism/android_wallpaper_yinyang . You can take a look there how I tackled GLSurfaceView into live wallpaper. – harism Jan 23 at 10:06
thanks.. I'll try.. but do you know some sort ways? I have everything. just need to set GLSurfaceView as live wallpaper.. – Henrik Jan 23 at 10:07
Fundamentally, what I'm doing, is overriding getSurface() method in GLSurfaceView and return Engine.getSurfaceHolder() instead. This will attach GLSurfaceView into surface assigned for wallpaper. – harism Jan 23 at 10:12
hmmm... can you do it if I send you project? please... – Henrik Jan 23 at 10:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.