Hi Dear, i am trying to play a gif by
is = context.getResources().openRawResource (R.drawable.animated_gif); mMovie = Movie.decodeStream(is); but mMovie remains null. BitmapDecode.java example in apiDemo is not working either i am using this code http://www.anddev.org/how_to_play_gif_file_in_android-t3492.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

