MVPHelper
項目位址: githubwing/MVPHelper
簡介:Android Studio 插件,一鍵生成 MVP 代碼接口以及實作類。
A plugin for Intellj IDEA & Android Studio which can help you create interfaces and classes of MVP.
目前包名判斷是以 cn/com/org/net/me/io 開頭判斷的,如大家的項目(非 demo)有其他情況(例如 me.ele.eleme),會導緻 import 報錯等問題,請發起 issues 告知包名開頭,來修改統計。
中文文檔
Tips
Creating a 'contract' class containing View,Presenter and Model won't create too many source files.
public interface GoodsInfoContract {
public interface View{
}
public interface Presenter{
}
public interface Model{
}
}
Use this helper in Contract, it will
How To Use
Searth 'MVPHelper' in Repositories
or
Step1
Download MVPHelper.jar
Step2
install plugin.