提交 ed56a3ad 编写于 作者: M mxdl

code perfect

上级 57eb2978
......@@ -35,7 +35,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
......
......@@ -8,7 +8,7 @@ import com.fly.tour.common.util.log.KLog;
/**
* Description: <初始化应用程序><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/6/6<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -27,7 +27,7 @@ import org.greenrobot.eventbus.ThreadMode;
/**
* Description: <BaseActivity><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/1/16<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -12,7 +12,7 @@ import java.util.List;
/**
* Description: <BaseAdapter><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/1/15<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -27,7 +27,7 @@ import org.greenrobot.eventbus.ThreadMode;
/**
* Description: <BaseFragment><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/1/15<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -10,7 +10,7 @@ import javax.inject.Inject;
/**
* Description: <BaseMvpActivity><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/1/16<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -10,7 +10,7 @@ import javax.inject.Inject;
/**
* Description: <BaseMvpFragment><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/1/15<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -8,7 +8,7 @@ import com.refresh.lib.DaisyRefreshLayout;
/**
* Description: <下拉刷新、上拉加载更多的Activity><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/2/26<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -11,7 +11,7 @@ import com.refresh.lib.DaisyRefreshLayout;
/**
* Description: <下拉刷新、上拉加载更多的Fragment><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/2/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.common.event;
/**
* Description: <BaseEvent><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/4/4<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.common.event;
/**
* Description: <EventCode><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/4/4<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.common.event;
/**
* Description: <RequestCode><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.common.event;
/**
* Description: <RequestCode><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -4,7 +4,7 @@ import com.fly.tour.common.event.BaseEvent;
/**
* Description: <BaseActivityEvent><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/4/4<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -3,7 +3,7 @@ import com.fly.tour.common.event.BaseEvent;
/**
* Description: <BaseFragmentEvent><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/4/4<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -4,7 +4,7 @@ import com.fly.tour.common.event.BaseEvent;
/**
* Description: <NewsDetailCurdEvent><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/29<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -4,7 +4,7 @@ import com.fly.tour.common.event.BaseEvent;
/**
* Description: <NewsTypeCrudEvent><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/29<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -7,7 +7,7 @@ import java.util.Stack;
/**
* Description: <ActivityManager><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/3/18<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -19,7 +19,7 @@ import java.util.List;
/**
* Description: <NewsDBManager><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/28<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -6,7 +6,7 @@ import com.trello.rxlifecycle2.LifecycleProvider;
/**
* Description: <BaseModel><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/3/18<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -7,7 +7,7 @@ import com.trello.rxlifecycle2.LifecycleProvider;
/**
* Description: <BasePresenter><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/1/15<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.common.mvp;
/**
* Description: <基本的刷新数据协议><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/2/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -4,7 +4,7 @@ import android.content.Context;
/**
* Description: <BaseRefreshPresenter><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/2/26<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -4,7 +4,7 @@ import java.util.List;
/**
* Description: <BaseRefreshView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/2/26<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -4,7 +4,7 @@ import android.content.Context;
/**
* Description: <BaseView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/3/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.common.mvp;
/**
* Description: <ILoadView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/2/26<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.common.mvp;
/**
* Description: <INetErrView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/2/26<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -4,7 +4,7 @@ import android.support.annotation.DrawableRes;
/**
* Description: <INoDataView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/3/11<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.common.mvp;
/**
* Description: <ITransView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/2/26<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -6,7 +6,7 @@ import com.alibaba.android.arouter.facade.template.IProvider;
/**
* Description: <IFindProvider><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/23<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -6,7 +6,7 @@ import com.alibaba.android.arouter.facade.template.IProvider;
/**
* Description: <IMeProvider><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/23<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -6,7 +6,7 @@ import com.alibaba.android.arouter.facade.template.IProvider;
/**
* Description: <INewsProvider><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/23<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -4,7 +4,7 @@ import android.support.design.widget.AppBarLayout;
/**
* Description: <AppBarStateChangeListener><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/1/21<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -12,7 +12,7 @@ import java.util.regex.Pattern;
/**
* Description: <FileUtil><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/7/13<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -33,7 +33,7 @@ import me.nereo.multi_image_selector.MultiImageSelector;
* <ul><li>1. 拍照、拍视频、选择图片完成的回调都在onActivityResult中回调的</l1>
* <li>2.选择图片获取:List<String> path = data.getStringArrayListExtra(MultiImageSelectorActivity.EXTRA_RESULT)</li>
* </ul>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/12/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -4,7 +4,7 @@ import java.math.BigDecimal;
/**
* Description: <数字格式化工具类><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/12/17<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -11,7 +11,7 @@ import io.reactivex.functions.Consumer;
/**
* Description: <PermissionCheckUtil><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/3/29<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -9,7 +9,7 @@ import android.widget.TextView;
/**
* Description: <文字图标居中TextView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/8/24<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -10,7 +10,7 @@ import com.fly.tour.common.R;
/**
* Description: <LoadingView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/3/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -9,7 +9,7 @@ import com.fly.tour.common.R;
/**
* Description: <LoadingView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/3/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -8,7 +8,7 @@ import android.widget.RelativeLayout;
import com.fly.tour.common.R;
/**
* Description: <LoadingView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/3/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -10,7 +10,7 @@ import com.fly.tour.common.R;
/**
* Description: <NetworkErrorView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/6/20<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -11,7 +11,7 @@ import com.fly.tour.common.R;
/**
* Description: <NoDataView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/3/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -15,7 +15,7 @@ import com.fly.tour.common.R;
/**
* Description: <SettingBarView><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/3/4<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -7,7 +7,7 @@ import android.view.MotionEvent;
/**
* Description: <RecyclerView空白区域点击监听><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/8/24<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -6,7 +6,13 @@ import com.fly.tour.api.user.LoginDTO;
import io.reactivex.Observable;
import retrofit2.http.POST;
import retrofit2.http.Query;
/**
* Description: <CommonService><br>
* Author: mxdl<br>
* Date: 2019/6/22<br>
* Version: V1.0.0<br>
* Update: <br>
*/
public interface CommonService {
@POST("/user/login")
Observable<RespDTO<LoginDTO>> login(@Query("username") String name, @Query("password") String pwd);
......
......@@ -14,7 +14,13 @@ import retrofit2.http.Header;
import retrofit2.http.POST;
import retrofit2.http.Path;
import retrofit2.http.Query;
/**
* Description: <NewsDetailService><br>
* Author: mxdl<br>
* Date: 2019/6/23<br>
* Version: V1.0.0<br>
* Update: <br>
*/
public interface NewsDetailService {
@POST(API.URL_HOST_NEWS + "/newsdetail/query/all")
Observable<RespDTO<List<NewsDetail>>> getListNewsDetailByType(@Header("Authorization") String tolen, @Query("typid") int typeid);
......
......@@ -14,7 +14,13 @@ import retrofit2.http.GET;
import retrofit2.http.Header;
import retrofit2.http.POST;
import retrofit2.http.Path;
/**
* Description: <NewsDetailService><br>
* Author: mxdl<br>
* Date: 2019/6/23<br>
* Version: V1.0.0<br>
* Update: <br>
*/
public interface NewsTypeService {
@POST(API.URL_HOST_NEWS + "/newstype/query/all")
Observable<RespDTO<List<NewsType>>> getListNewsType(@Header("Authorization") String tolen);
......
......@@ -22,7 +22,7 @@ import retrofit2.converter.gson.GsonConverterFactory;
/**
* Description: <RetrofitManager><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/6/22<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.api.config;
/**
* Description: <API><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/6/23<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -8,10 +8,10 @@ import java.lang.reflect.Type;
/**
* Description: <RespDTO><br>
* Author:    gxl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
* Author: mxdl<br>
* Date: 2019/6/23<br>
* Version: V1.0.0<br>
* Update: <br>
*/
public class RespDTO<T> implements Serializable{
......
......@@ -13,7 +13,7 @@ import retrofit2.HttpException;
/**
* Description: <ExceptionHandler><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/3/18<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.api.http;
/**
* Description: <ResponseThrowable><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/3/18<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -20,7 +20,7 @@ import io.reactivex.schedulers.Schedulers;
/**
* Description: <Rx适配器><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/3/18<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.api.news.entity;
/**
* Description: <NewsDetail><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -7,7 +7,7 @@ import java.util.Date;
/**
* Description: <NewsType><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -3,7 +3,7 @@ package com.fly.tour.api.user;
import com.fly.tour.api.user.entity.User;
/**
* Description: <LoginDTO><br>
* Author:    门心叼龙<br>
* Author: mxdl<br><br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
......
......@@ -4,7 +4,7 @@ import java.io.Serializable;
/**
* Description: <User><br>
* Author:    门心叼龙<br>
* Author: mxdl<br><br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
......
......@@ -24,9 +24,11 @@ import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;
/**
* https 证书工具
*
* @author Yan Zhenjie.
* Description: <SSLContextUtil><br>
* Author: mxdl<br>
* Date: 2019/6/22<br>
* Version: V1.0.0<br>
* Update: <br>
*/
public class SSLContextUtil {
......
......@@ -2,7 +2,7 @@ package com.fly.tour.db;
/**
* Description: <NewsDBConfig><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/24<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -7,7 +7,7 @@ import android.database.sqlite.SQLiteOpenHelper;
/**
* Description: <NewsDBHelper><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/24<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -16,7 +16,7 @@ import javax.inject.Inject;
/**
* Description: <NewsTypeDao><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/24<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -16,7 +16,7 @@ import javax.inject.Inject;
/**
* Description: <NewsTypeDao><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/24<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.db.entity;
/**
* Description: <NewsDetail><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -5,7 +5,7 @@ import android.os.Parcelable;
/**
* Description: <NewsType><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -6,7 +6,7 @@ import android.view.MotionEvent;
/**
* Description: <BaseRefreshLayout><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/2/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -5,7 +5,7 @@ import android.util.AttributeSet;
/**
* Description: <小菊花样式的刷新控件><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/2/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.refresh.lib.contract;
/**
* Description: <下拉刷新的协议><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/2/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.refresh.lib.contract;
/**
* Description: <上拉加载更多的协议><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/2/25<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -6,7 +6,7 @@ import com.fly.tour.common.manager.NewsDBManager;
/**
* Description: <MyApplication><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/12/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -6,7 +6,7 @@ import com.fly.tour.find.R;
/**
* Description: <发现Fragment><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/12/11<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -9,7 +9,7 @@ import com.fly.tour.find.fragment.MainFindFragment;
/**
* Description: <FindProvider><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/23<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -4,7 +4,7 @@ import com.fly.tour.common.BaseApplication;
/**
* Description: <><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/12/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -11,7 +11,7 @@ import com.fly.tour.main.presenter.SplashPresenter;
/**
* Description: <SplashActivity><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/6/22<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -9,7 +9,7 @@ import io.reactivex.Observable;
/**
* Description: <SplashContract><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/6/22<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,7 @@ package com.fly.tour.main.entity;
/**
* Description: <主频道类型><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/12/12<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -7,7 +7,7 @@ import dagger.Component;
/**
* Description: <SplashComponent><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/31<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -9,7 +9,7 @@ import dagger.Provides;
/**
* Description: <NewsDetailModule><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/31<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -18,7 +18,7 @@ import okhttp3.ResponseBody;
/**
* Description: <SplashModel><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/6/22<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -19,7 +19,7 @@ import io.reactivex.disposables.Disposable;
/**
* Description: <SplashPresenter><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/6/22<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -4,7 +4,7 @@ import android.app.Application;
/**
* Description: <><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/12/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -2,7 +2,13 @@ package com.fly.tour.me;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
/**
* Description: <MainActivity><br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
*/
public class MainActivity extends AppCompatActivity {
@Override
......
......@@ -17,8 +17,13 @@ import com.fly.tour.me.model.NewsDetailAddModel;
import com.fly.tour.me.presenter.NewsDetailAddPresenter;
import com.fly.tour.me.view.NewsTypeBottomSelectDialog;
import java.util.List;
/**
* Description: <NewsDetailAddActivity><br>
* Author: mxdl<br>
* Date: 2019/6/23<br>
* Version: V1.0.0<br>
* Update: <br>
*/
public class NewsDetailAddActivity extends BaseMvpActivity<NewsDetailAddModel,NewsDetailAddContract.View,NewsDetailAddPresenter> implements NewsDetailAddContract.View {
private SettingBarView mViewSetNewsType;
......
......@@ -22,7 +22,7 @@ import org.greenrobot.eventbus.EventBus;
/**
* Description: <NewsTypeAddActivity><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/24<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -21,8 +21,13 @@ import com.fly.tour.me.inject.module.NewsTypeListModule;
import com.fly.tour.me.model.NewsTypeListModel;
import com.fly.tour.me.presenter.NewsTypeListPresenter;
import java.util.List;
/**
* Description: <NewsDetailAddActivity><br>
* Author: mxdl<br>
* Date: 2019/6/23<br>
* Version: V1.0.0<br>
* Update: <br>
*/
public class NewsTypeListActivity extends BaseRefreshActivity<NewsTypeListModel, NewsTypeListContract.View<NewsType>, NewsTypeListPresenter, NewsType> implements NewsTypeListContract.View<NewsType> {
private RecyclerView mRecViewNewsType;
......
......@@ -12,7 +12,7 @@ import com.fly.tour.me.R;
/**
* Description: <NewsTypeShowAdapter><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -14,7 +14,7 @@ import com.fly.tour.me.R;
/**
* Description: <NewsTypeShowAdapter><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -11,7 +11,7 @@ import io.reactivex.Observable;
/**
* Description: <NewsDetailAddContract><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -8,7 +8,7 @@ import io.reactivex.Observable;
/**
* Description: <NewsTypeAddContract><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/24<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -11,7 +11,7 @@ import io.reactivex.Observable;
/**
* Description: <NewsTypeListContract><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -12,7 +12,7 @@ import com.fly.tour.me.R;
/**
* Description: <MainMeFragment><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2018/12/11<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -9,7 +9,7 @@ import dagger.Component;
/**
* Description: <NewsTypeListComponent><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/31<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -9,7 +9,7 @@ import dagger.Component;
/**
* Description: <NewsTypeListComponent><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/31<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -7,7 +7,7 @@ import dagger.Component;
/**
* Description: <NewsTypeListComponent><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/31<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -10,7 +10,7 @@ import dagger.Provides;
/**
* Description: <NewsTypeListModule><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/31<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -10,7 +10,7 @@ import dagger.Provides;
/**
* Description: <NewsTypeListModule><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/31<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -10,7 +10,7 @@ import dagger.Provides;
/**
* Description: <NewsTypeListModule><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/31<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -23,7 +23,7 @@ import io.reactivex.Observable;
/**
* Description: <NewsDetailAddModel><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -18,7 +18,7 @@ import io.reactivex.Observable;
/**
* Description: <NewsTypeAddModel><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/24<br>
* Version: V1.0.0<br>
* Update: <br>
......
......@@ -19,7 +19,7 @@ import io.reactivex.Observable;
/**
* Description: <NewsTypeListModel><br>
* Author: gxl<br>
* Author: mxdl<br>
* Date: 2019/5/27<br>
* Version: V1.0.0<br>
* Update: <br>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册