Of course you can do it.
1) Put all GIF files in the source directory
2) Create some Movie objects in the Engine class
3) Draw your movie on canvas
void nyanNyan(Canvas canvas) { canvas.save(); canvas.scale(mScaleX, mScaleY); wallpaper_movies.get(Settings.currentWeather).setTime(mWhen); wallpaper_movies.get(Settings.currentWeather).draw(canvas, 0, 0); canvas.restore(); }
You must upload your GIF provided
Mrugesh vaghela
source share