I was working on a Gallery type app. I wanted to add a share option whenever the specific image is tapped but have failed to do so.
I tried to create Intents, It did not work. What should I do?
Here is my Adapter Class code: https://gist.github.com/mukundmadhav/e63fcf7e34414b9b88458400a6d55651
(Also for testing I have saved 8 images in drawable folder)
When I use Intents it shows this error message: Error:(51, 17) error: cannot find symbol method startActivity(Intent)
I have imported the android.content.Intent but the error still persists.