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 adapter it will work
((Activity)view.getContext()).finish();