Android Question How to create a click event for GIFviewer

Richard Phipps

Member
Licensed User
I have a few animated Gif's which are on one activity page and i want the user to be able to click each GIF and another activity open with a bigger version of the the animation

Currenlty I am using a label below each GIF which looks messy

is it possible to create additional events?
 

AnandGupta

Expert
Licensed User
Longtime User
Normally we put a transparent panel above the gif and use the events of the panel.
 
Upvote 0
Top