0

In my scenario when user click button it's navigate to next screen and If user click icon have to show Bottom sheet. In the bottom sheet have to show GIF with it's animation.

And user can choose any GIF they want. I wanna use GPHMediaView to show the GIF not image View. The isuue is GIF Animation is Working in Dev Environment. But when i run the Application in Test environment the GIF Is Not Working.

  • what's the reason of not using ImageView? – Kamal Nayan Jun 20 '23 at 06:34
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jun 20 '23 at 10:57
  • https://stackoverflow.com/questions/6533942/adding-gif-image-in-an-imageview-in-android – Crebain Jun 20 '23 at 12:02
  • It's app requirement @KamalNayan. But now i got output. the issue is some permission issue. Thanks for your interest to help. – Sindhuja MK Jun 26 '23 at 06:03
  • Thanks for your interest to help @Community. The issue is the GIF is not working only in test environment. Now it's working after changing the Some permission property. – Sindhuja MK Jun 26 '23 at 06:06

1 Answers1

0

The issue that GIF animation not shown Only in test Environment is - Because of some permission property issue. After made changes in Proguard and build gradle property the GIF animation is working fine in both environment.