Android - Static Way to get Context & DialogInterface v, int buttonId

Is there a way to get the current Context instance by using a static method? I'm looking for that way because i hate saving the context instance each time it changes.

View complete threads with Replies at StackOverflow

also check

Get context inside onClick(DialogInterface v, int buttonId) ?

Popular Posts