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 finish() is undefined for the type Context
context
context.finish();
The method finish() is undefined for the type Context
type cast it with activity.
((Activity)context).finish();
1.4m articles
1.4m replys
5 comments
57.0k users