I simply want to call a Fragment method from my MainActivity.
So I tried to use an Interface.
public interface MyInterface { void testMethod();