Possible Duplicate:
Alert Dialog in non activity class
I've error interceptor for web service.And I want to show to user error message.Interceptor isn't Activity,Service class. It is created by framework resttemplate and have no Context.Why is difficult send message to user current Activity? It is very ridicule to compare Aplle(iOS) where it is very simple task.