I tried with passing context of activity into the adapter and then i tried context.finish(); But its giving me one error like The method fini
context
context.finish();
The method fini
In your custom adapter try to call finish use below code
((Activity)context).finish();