Pass interface between activities in intent - interface fails to be Serializable or Parcelable
问题 I want to pass an interface from 1st activity to 2nd activity. I want to initiate methods from the interface from the 2nd activity which will affect the 1st activity. I'm well aware that it's very overkilling not using the onActivityResult mechanism, and that it might not be good programming, but roll with me please. Here's the issue - my interface can't implement Serializable / Parcelable since interface can't implement another class. This is my interface : public interface ITest { void