views:

112

answers:

3

In the official Twitter Android app, the opening activity (the dashboard) and the Tweets tab activity have a live background/wallpaper (clouds moving, etc).

How do you accomplish that?

Is it as simple as setting your view's background to a live wallpaper drawable?

And then adding <uses-feature android:name="android.software.live_wallpaper" /> to your manifest?

+1  A: 

It's definitely not using a live wallpaper. You can create a custom Drawable or a custom View and draw the animation yourself.

Romain Guy
Thanks Romain - I'll give that a shot. If I'm successful, I'll post an example.
Josh Clemm
A: 

Adobe AIR? Maybe? ...http://labs.adobe.com/technologies/air2/android/

BOB
A: 

Romain, But how you make the background drawable to be bigger then the container layout? What animation do I use?

oriharel