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
Download MVPHelper.jar
Step2install plugin.



