Hi, I have an extension method for Activity class,...
# android
v
Hi, I have an extension method for Activity class, called hideKeyboard(). It's working fine, but now, one of my activities implements an interface which declares this method. Compiler is not realize that my activity already contains this method through an extensions method, and it complains about this method is not implemented in my activity.