Android MVP模式下的登錄實現

項目結構: package com.example.mvpdemo.view; /** * 基本的頁面操作 * */ public interface IBaseView { //Toast形式提示 public void showMsg(String msg); //加載提示框 public void showLoading(); /
相關文章
相關標籤/搜索