自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 流失布局

2019-03-24 19:55:24 163

原创 水波纹

2019-03-24 19:53:21 168

原创 Banner添加数据

pic_list.add(“http://ww4.sinaimg.cn/large/006uZZy8jw1faic21363tj30ci08ct96.jpg”); pic_list.add(“http://ww4.sinaimg.cn/large/006uZZy8jw1faic259ohaj30ci08c74r.jpg”); pic_list.add(“http://ww4.sinaimg.cn/...

2019-03-03 20:45:53 370

原创 BaseFragment

@Nullable @Override public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) { return inflater.inflate(bindLayout(),container,fals...

2019-03-03 20:44:09 240

原创 BaseActivity

@Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(bindLayout()); inintView(); initData(); bindEnent(); } //绑定布局方法 protected ...

2019-03-03 20:42:48 182

原创 HttpUtil请求数据和异步封装

//判断网路 public static boolean InNetWork(Context context){ if (context!=null){ ConnectivityManager manager=(ConnectivityManager)context.getSystemService(context.CONNECTIVITY_SERVICE); NetworkInf...

2019-03-03 20:41:36 652

空空如也

空空如也

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

TA关注的人

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