- 博客(8)
- 收藏
- 关注
原创 Retrofit+Recycleview+fresco
依赖 implementation 'io.reactivex:rxjava:1.0.14' implementation 'io.reactivex:rxandroid:1.0.1' implementation 'com.squareup.retrofit2:retrofit:2.0.2' implementation 'com.squareup.retrofit2:c...
2018-05-14 08:18:53
673
原创 MVP登录注册
登录页面<?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="h
2018-05-04 08:12:10
242
原创 RecyclerView切换
依赖compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'mian布局<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ap...
2018-05-03 19:42:25
300
原创 第三方登录
<?xml version="1.0" encoding="utf-8"?> <LinearLayout android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.c
2018-05-02 14:14:16
286
原创 RecyclerView多条目加载
布局<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/...
2018-04-28 10:54:59
424
原创 属性动画
<?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_paren
2018-04-26 20:50:42
184
原创 购物车
搜索框 <?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="wrap_co
2018-04-26 20:49:09
207
原创 httpUtils网络请求工具类
package com.example.i.jdxiangmu.http; import android.os.Handler; import android.os.Message; import android.util.Log; import java.io.File; import java.io.IOException; import java.util.Map; import jav...
2018-04-26 20:19:54
568
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人