自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (1)
  • 收藏
  • 关注

原创 MyListVIew

package com.yimiao100.sale.yimiaomanager.view;import android.content.Context;import android.util.AttributeSet;import android.widget.ListView;/** * Created by johpo on 2017/1/12 0012. */publ...

2018-08-10 14:48:21 471

原创 GLideUtils

package com.yimiao100.sale.yimiaomanager.Utils;import android.widget.ImageView;import com.bumptech.glide.Glide;import com.yimiao100.sale.yimiaomanager.R;import com.yimiao100.sale.yimiaomanager...

2018-08-10 14:38:30 620

原创 ViewHolder

package com.yimiao100.sale.yimiaomanager.view.adapter;import android.content.Context;import android.util.SparseArray;import android.view.LayoutInflater;import android.view.View;import android.v...

2018-08-10 14:37:49 370

原创 CommonAdapter

package com.yimiao100.sale.yimiaomanager.view.adapter;import android.content.Context;import android.view.LayoutInflater;import android.view.View;import android.view.ViewGroup;import android.wid...

2018-08-10 14:37:05 324

原创 home

package com.yimiao100.sale.yimiaomanager.view.fragment;import android.annotation.SuppressLint;import android.content.Intent;import android.os.Bundle;import android.os.Handler;import android.os...

2018-08-10 14:34:26 173

原创 HomeFragment

package com.yimiao100.sale.yimiaomanager.view.fragment;import android.annotation.SuppressLint;import android.content.Intent;import android.os.Bundle;import android.os.Handler;import android.os...

2018-08-10 10:35:22 619

原创 Retrofit加请求头

在RequestApi里加@POSTCall<String> post(@Header("Authorization") String apikey,@Url String uri);在 HttpUtils 里加//post请求带请求头public static void post(String apikey, boolean isReadCookie, b...

2018-08-08 10:15:47 1009

原创 账号密码登录

public class DynamicLoginActivity extends AppCompatActivity { @BindView(R.id.img_stop) ImageView imgStop; @BindView(R.id.text_regest) TextView textRegest; @BindView(R.id.img_sig...

2018-08-07 11:25:17 4375

原创 登录

public class AccountLoginActivity extends AppCompatActivity { @BindView(R.id.img_stop) ImageView imgStop; @BindView(R.id.text_regest) TextView textRegest; @BindView(R.id.img_sign...

2018-08-07 10:39:59 140

原创 zhuce

public class RegestActivity extends AppCompatActivity implements View.OnClickListener{ private EditText ed_regest_phone; private EditText ed_regest_yzm; private Button bt_regest_hq; ...

2018-08-06 17:25:43 237

自己的一些总结

字节的一些总结 看过以后不要嫌弃 也欢迎给出提示 给出建议

2018-09-25

空空如也

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

TA关注的人

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