自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 第一周模拟题

依赖 implementation 'com.facebook.fresco:fresco:1.10.0' implementation 'com.squareup.okhttp3:okhttp:3.11.0' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.android.support:recycle...

2018-08-05 20:09:11 137

原创 京东 搜索 和 购物车

//考试依赖begin implementation 'com.squareup.okhttp3:okhttp:3.11.0' implementation 'com.google.code.gson:gson:2.8.5' //网络日志拦截器 implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0' implementat...

2018-07-29 19:35:43 247

原创 练习题

主页 public class CategoryActivity extends AppCompatActivity implements IView { //注入P层 IPresent present; //左边 RecyclerView leftRecycler; LeftAdapter leftAdapter; //右边 R...

2018-07-23 08:19:59 167

原创 MVP

依赖useLibrary 'org.apache.http.legacy'//Volley依赖 implementation 'com.android.volley:volley:1.1.1-rc1' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.github.ikidou:TypeBuilder:1.0...

2018-07-15 21:38:34 285

原创 自定义View and 倒计时

CountDownViewpublic class CountDownView extends View {    Paint paint;//画笔    int time;    float radius;    int textColor;    int bgColor;    int cx;    int cy;    MyListener listener;    Handler hand...

2018-07-08 21:13:00 130

原创 频道管理+自动轮播+上下拉

主布局<FrameLayout android:id="@+id/fra" android:layout_weight="9" android:layout_width="match_parent" android:layout_height="0dp"></FrameLayout> <RadioGroup andro

2018-06-29 17:11:39 224

原创 刷新

BaseActivitypublic abstract class BaseActivity extends Activity {    @Override    protected void onCreate(Bundle savedInstanceState) {        super.onCreate(savedInstanceState);        setContentView(...

2018-06-25 08:07:31 102

原创 图片

ViewPagerAdapterpublic class ViewPagerAdapter extends PagerAdapter {    private String[] image;    private Context context;    private Handler handler;    public ViewPagerAdapter(String[] image, Conte...

2018-06-25 08:04:11 165

原创 Xlistview

MainActivitypublic class MainActivity extends AppCompatActivity {    private String path = "http://www.yulin520.com/a2a/impressApi/news/mergeList?pageSize=15&page=";    private int page = 1;    pr...

2018-06-19 07:32:49 107

空空如也

空空如也

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

TA关注的人

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