自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 收藏
  • 关注

原创 购物车全选反选

//bean类package bwie.com.lenovo.chenxiaojie20190425.bean;import java.util.List;public class CarterBean { /** * msg : 请求成功 * code : 0 * data : [{"list":[{"bargainPrice":99,"cre...

2019-05-06 13:53:55 257

原创 上传头像

主页面的布局<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tool...

2019-05-06 13:36:03 103

原创 在上传头像时,点击更换头像时弹出的popupwindow弹框

写输入popupwindow 的布局<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout...

2019-05-05 16:15:45 567

原创 Fresco

主布局&lt;?xml version="1.0" encoding="utf-8"?&gt;&lt;android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/...

2019-03-18 07:56:09 131

原创 意义上是自定义view,仅供参考

//主布局&lt;?xml version="1.0" encoding="utf-8"?&gt;&lt;android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com...

2019-03-08 11:46:37 72

原创 购物车二级列表

主xml布局&lt;?xml version="1.0" encoding="utf-8"?&gt;&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tool...

2019-03-08 11:24:14 137

原创 个推

创建一个servicepackage bwie.com.lenovo.chenxiaojie20190304;import android.content.Context;import android.util.Log;import com.igexin.sdk.GTIntentService;import com.igexin.sdk.message.GTCmdMessage;...

2019-03-08 09:38:11 221

原创 第三方QQ登录官方文档步骤

第一步:进入官方首页第二步:第三步:第四步:第五步:第六步:第七步:第八步:第九步:第十步:...

2019-03-07 21:16:09 744

原创 登录注册

主activity.xml布局&lt;?xml version="1.0" encoding="utf-8"?&gt;&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" x...

2019-03-07 20:44:10 86

原创 全局捕获异常

public class CrashHandler implements Thread.UncaughtExceptionHandler{ private static CrashHandler sInstance = null; // private Thread.UncaughtExceptionHandler mDefaultHandler; private C...

2019-03-03 19:49:40 78

原创 分类页面展示加联动

mainactivity.xml&lt;?xml version="1.0" encoding="utf-8"?&gt;&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"...

2019-02-26 08:29:59 427

原创 购物车全选复杂代码

购物车xml代码 主mainActivity.xml&lt;?xml version="1.0" encoding="utf-8"?&gt;&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res...

2019-01-19 21:02:22 209

原创 购物车显示数据

mainActivity.xml&lt;?xml version="1.0" encoding="utf-8"?&gt;&lt;android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schem...

2019-01-19 20:21:35 289 1

原创 简单的第三方登录

写布局xml按钮&lt;Button android:id="@+id/button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="登录" /&gt; 接下来要导入jar包到lib里面,然后再add  ...

2019-01-13 20:35:36 119

原创 presenter层的类

public class HomeListPresenter implements IHomeListPresenter,HomeListModeInter.ModuleInterface {     //接口的类创建的对象的    private final HomeListModeInter homeListModeInter;    MainActivity mview;   ...

2019-01-07 07:41:28 192

原创 Model层的类

public class HomeListModeInter implements IHomeListModelnter{    ModuleInterface moduleInterface;    //    public HomeListModeInter(ModuleInterface moduleInterface) {        this.moduleInterface=m...

2019-01-07 07:39:35 241

原创 标题栏

这是attrs.xml 文件需要定义的&lt;declare-styleable name="FanTopBar"&gt; &lt;attr name="fany_leftBackground" format="reference"/&gt; &lt;attr name="fany_rightBackground" format="reference&

2019-01-06 20:49:54 97

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除