tags:

views:

22

answers:

1

Hi,all:

i met a problem now , the android system can not decode gif files , but we need to do that job , how can i do that , if you know that , pls tell me , thanks.

A: 

A very rough answer, look up the file format for GIF, then open and read the file, then set the pixels of drawable/bitmap.

You could probably find GIF decoding routines on the net that you can use.

raybritton
thanks raybrittion, i got it, i use a opensource giflib and it works well.
jacky
Can you mark this as solved please.
raybritton