I wouldn't recommend using Movie or WebView classes but ImageView instead with source drawable set to animation-list. Look at example(mydrawable.xml):
// in your layout :
Obviously, you have to slice your .gif into seperate images before using this solution.