Is it possible to use xml layouts in live wallpapers. I have spent countless hours trying to code. Have also read numerous books and logs. But still no answer
A live wallpaper must do all of its drawing using the Surface and Canvas APIs. You could try to inflate some Views from XML and draw() them to a Canvas but it's probably more trouble than it's worth.