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.
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 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.