Using https://github.com/koush/ion image Loader to display gif files into ImageView
I save the jpg images into gallery by this code
MediaStore.Images.Media.insertImage(
getActivity().getContentResolver(), bitmap,
"XXX", "Image1");
but this way is not working with gif files.
Do you have any idea how can i accomplish this?