Android MVP框架設計(1)

1.接口設計 V:定義數據處理規範的接口 public interface IHandler<T> { void onBefore(); //加載前 void setData(T data); //View層調用 void onSuccess(boolean isHaveData); //加載成功 void onFailure(int code, Str
相關文章
相關標籤/搜索