0

This is the first time I am going to do a live wallpaper, I referred some tutorials across the web, but those tutorial were of very basic kind of live wallpapers. But when I tried searching for some advanced wallpaper tutorial, I was not able to find what I was looking. There are some great live wallpapers on Play Store and I was wondering how they were made. I mean using OpenGL or using some libraries. For e.g

Live wallpaper 1

Live wallpaper 2

Can anyone guide me as to what I need to learn in order to be able to create livewallpaper like one above?

genpfault
  • 51,148
  • 11
  • 85
  • 139
android_newbie
  • 667
  • 2
  • 14
  • 32

1 Answers1

1

For creating such type of wallpaper you can use AndEngine and AndEngineLiveWallpaperExtension Library

   https://github.com/nicolasgramlich/AndEngine

   https://github.com/nicolasgramlich/AndEngineLiveWallpaperExtension

Here you can change content of your wallpaper by touch Event easily

Jitendra Prajapati
  • 1,002
  • 1
  • 10
  • 33