mirror of
https://github.com/WuXiaolong/AndroidMVPSample.git
synced 2025-12-20 10:35:41 +08:00
add
This commit is contained in:
@@ -18,6 +18,14 @@ import butterknife.ButterKnife;
|
||||
import rx.Subscription;
|
||||
import rx.subscriptions.CompositeSubscription;
|
||||
|
||||
/**
|
||||
* Created by WuXiaolong
|
||||
* on 2015/9/23.
|
||||
* github:https://github.com/WuXiaolong/
|
||||
* weibo:http://weibo.com/u/2175011601
|
||||
* 微信公众号:吴小龙同学
|
||||
* 个人博客:http://wuxiaolong.me/
|
||||
*/
|
||||
public class BaseActivity extends AppCompatActivity {
|
||||
public Activity mActivity;
|
||||
|
||||
|
||||
@@ -15,8 +15,13 @@ import butterknife.Bind;
|
||||
import butterknife.ButterKnife;
|
||||
|
||||
/**
|
||||
* Created by WuXiaolong on 2015/9/23.
|
||||
* 由Activity/Fragment实现View里方法,包含一个Presenter的引用
|
||||
* Created by WuXiaolong
|
||||
* on 2015/9/23.
|
||||
* github:https://github.com/WuXiaolong/
|
||||
* weibo:http://weibo.com/u/2175011601
|
||||
* 微信公众号:吴小龙同学
|
||||
* 个人博客:http://wuxiaolong.me/
|
||||
*/
|
||||
public class MainActivity extends MvpActivity<MainPresenter> implements MainView {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user