自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Api

https://github.com/BaiLianSong/JingDong/tree/master/app/src/main/java/com/example/acer/jd/com/bwie package com.example.jingd.api;import com.example.jingd.bean.CartBean;import com.example.jingd...

2018-10-25 19:30:33 189

原创 仿京东我的页面

<?xml version="1.0" encoding="utf-8"?><android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr...

2018-10-25 19:07:41 453

原创 仿京东购物车

public interface CartView { void success(CartBean cartBean); void failure(String msg);}public class CartPresenter { CartView cartView; public CartPresenter(CartView cartView) ...

2018-10-25 18:57:54 196

原创 仿京东分类

<?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_pare

2018-10-25 18:34:34 144

原创 仿京东首页

implementation 'com.facebook.fresco:fresco:0.11.0' implementation 'com.hjm:BottomTabBar:1.1.1' implementation 'com.gyf.immersionbar:immersionbar:2.3.1' implementation 'com.sunfushen...

2018-10-25 18:28:57 196

原创 相机,相册

@OnClick(R.id.five_sdv) public void onViewClicked() { AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); final AlertDialog alertDialog = builder.create(); ...

2018-10-22 13:24:07 196

原创 分类Adapter

左Adapterpublic class FenRevAdapter extends RecyclerView.Adapter<FenRevAdapter.ViewHolder> { Context context; List<FenBean.DataBean> beanList; OnItemClickListener onItemCli...

2018-10-21 19:19:02 131

原创 分类Activity

Viewpublic interface IView { void onsuccess(ShowBean showBean); void onfailure(String msg);}public interface FenView { void success(FenBean fenBean); void failure(String ms...

2018-10-21 19:16:58 206

原创 自定义View,流式布局

<?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

2018-10-14 18:13:04 130

原创 =,=

package com.example.tianwang20181010;import android.os.Bundle;import android.support.v7.app.AppCompatActivity;;import android.support.v7.widget.LinearLayoutManager;import android.support.v7.widg...

2018-10-10 20:18:23 171

原创 HttpUtils

package com.example.tianwang20181010.utils;import com.example.tianwang20181010.api.Api;import com.example.tianwang20181010.constants.Constant;import java.io.IOException;import okhttp3.Intercep...

2018-10-10 20:18:05 133

空空如也

空空如也

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

TA关注的人

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