I am creating an launcher application where I want to functionality to set Live wallpaper, any one have idea how to create container for live wallpaper.
let me know if any suggestion/idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure exactly what you want to accomplish, but If you want to set a live wallpaper from your own application you will still have to make the appropriate calls into android. I am not aware of a way to actually set it yourself and bypass the managers. I’m certain that you will still have to extend WallpaperService and also Engine to make a Live Wallpaper.