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
i have not used it but i hope it will work. use: "this.recreate()" if you are want to reload it from within the activity.
if you want to reload it from Adapter then use: "((Activity)context).recreate()"