上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页
摘要: import androidx.appcompat.app.AppCompatActivity; import android.content.Intent;import android.os.Bundle;import android.util.Log; public class Main2Act 阅读全文
posted @ 2019-08-18 17:39 李艳艳665 阅读(160) 评论(0) 推荐(0) 编辑
摘要: import androidx.appcompat.app.AppCompatActivity; import android.content.Intent;import android.os.Bundle;import android.view.View; public class MainAct 阅读全文
posted @ 2019-08-18 17:39 李艳艳665 阅读(563) 评论(0) 推荐(0) 编辑
摘要: package com.gsls.b_mvp.presenter.activity; import android.annotation.SuppressLint;import android.view.View; import com.gsls.b_mvp.R;import com.gsls.b_ 阅读全文
posted @ 2019-08-18 17:39 李艳艳665 阅读(115) 评论(0) 推荐(0) 编辑
摘要: package com.gsls.b_mvp.view.activity; import android.os.Bundle;import android.widget.TextView; import androidx.fragment.app.Fragment; import com.gsls. 阅读全文
posted @ 2019-08-18 17:39 李艳艳665 阅读(81) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xm 阅读全文
posted @ 2019-08-18 17:38 李艳艳665 阅读(791) 评论(0) 推荐(0) 编辑
摘要: 支持是否使用ToolBarpublic boolean enableToolbar() { return true;}123支持自定义ToolBarpublic int onBindToolbarLayout(http://www.amjmh.com/v/BIBRGZ_558768/) { retu 阅读全文
posted @ 2019-08-17 19:17 李艳艳665 阅读(91) 评论(0) 推荐(0) 编辑
摘要: BaseActivitypublic abstract class BaseActivity extends RxAppCompatActivity implements BaseView {(http://www.amjmh.com)...}123BaseMvpActivitypublic abs 阅读全文
posted @ 2019-08-17 19:16 李艳艳665 阅读(245) 评论(0) 推荐(0) 编辑
摘要: Copyright (C) menxindiaolong, FlyTour Framework Open Source Project Licensed under the Apache License, Version 2.0 (the "License");you may not use thi 阅读全文
posted @ 2019-08-17 19:15 李艳艳665 阅读(226) 评论(0) 推荐(0) 编辑
摘要: /** * Description: <MoveCarCustomThread><br> * Author: mxdl<br> * Date: 2019/7/10<br> * Version: V1.0.0<br> * Update: <br> */public class MoveCarSmoot 阅读全文
posted @ 2019-08-17 19:15 李艳艳665 阅读(6221) 评论(0) 推荐(1) 编辑
摘要: 七的核心公用基类 BaseActivitypublic abstract class BaseActivity extends RxAppCompatActivity implements BaseView {...}123BaseMvpActivitypublic abstract class B 阅读全文
posted @ 2019-08-17 19:15 李艳艳665 阅读(225) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页