自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 依赖及权限

compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' compile 'com.android.support:design:26.+' compile 'com.github.userswlwork:pull-to-refresh:1.0.0' compile 'com.youth.banner:b

2017-12-21 11:48:16 291

转载 View

package com.bwei.j.myapplication.cart.view; import com.bwei.j.myapplication.cart.bean.MyCartBean; /** * author:Created by WangZhiQiang on 17.12.19. */ public interface View_Cart { void getDat

2017-12-21 10:09:47 244

转载 Model

package com.bwei.j.myapplication.cart.model; /** * author:Created by WangZhiQiang on 17.12.19. */ public interface Model_Cart { void getFinsh(); } ---------------------------------

2017-12-21 10:07:21 426

转载 Presenter

package com.bwei.j.myapplication.cart.presenter; import com.bwei.j.myapplication.cart.bean.MyCartBean; import com.bwei.j.myapplication.cart.model.MyMolde_Cart; import com.bwei.j.myapplication.cart.vi

2017-12-21 10:06:28 364

转载 AnimationActivity

package com.bwei.j.myapplication.cart.view; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.support.v7.app.AppCompatActivity; import android.view.an

2017-12-21 10:04:05 386

转载 Easy--Animation

xml version="1.0" encoding="utf-8"?> set xmlns:android="http://schemas.android.com/apk/res/android"> alpha android:fromAlpha= "1.0" android:toAlpha= "0.0" android:repeatCou

2017-12-21 10:02:45 256

转载 Child---layout

xml version="1.0" encoding="utf-8"?> RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" andr

2017-12-21 10:01:24 260

转载 First--layout

xml version="1.0" encoding="utf-8"?> LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> Check

2017-12-21 10:00:14 274

原创 ExpanedListVIew——Layout

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:tools="http://schemas

2017-12-21 09:59:13 271

转载 MVP核心代码

public static final String CART = "http://120.27.23.105/product/getCarts?uid=2902"; private CheckBox checkbox2; private ExpandableListView elv; private MyAdapter myAdapter; private TextView tv_price;

2017-12-19 08:09:14 385

转载 ExpandableListAdapter适配器

Context context; List groupList; List> childrenList; int price; int count; public MyAdapter(Context context, List data, List> childrenList) { this.context = context; this.groupList = data;

2017-12-19 08:03:13 415

转载 RecycleViewlist-Adapter

package Adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.v

2017-12-04 08:25:35 304

转载 RecyclerView-List

package com.example.show; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.DefaultItemAnimator; import android.support.v7.widget.GridLayoutM

2017-12-04 08:24:48 328

转载 NetUtils

package com.example.bawie.bannerdome; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; impor

2017-12-04 08:23:13 353

转载 ImageLoder图片加载

package com.example.bawie.bannerdome; import android.os.AsyncTask; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import com.google.gson.Gson; im

2017-12-04 08:22:25 474

转载 ImageLoder路径加载

package com.example.bawie.bannerdome; import android.content.Context; import android.widget.ImageView; import com.bumptech.glide.Glide; import com.youth.banner.loader.ImageLoader; /** * Created by

2017-12-04 08:21:31 367

原创 Angular框架机构

#b{ font-family: "微软雅黑"; } #t{ width: 400px; text-align: center; margin: 4px ;      } 查询: 排序: 正序 倒序 括选 姓名 年龄 地址 时间 操作 {{p.name}} {{p.age}} {{p.addr

2017-11-23 13:08:10 234

原创 xlistView核心代码

package com.example.xlistviewlibrary; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.juni

2017-10-16 08:22:27 265

空空如也

空空如也

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

TA关注的人

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