自定义博客皮肤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)
  • 收藏
  • 关注

原创 MVP+Okhttp+流式布局搜索

1.需要的依赖     implementation 'com.github.LRH1993:AutoFlowLayout:1.0.5'  //流式布局的依赖     implementation 'com.android.support:recyclerview-v7:27.1.1'     implementation 'com.squareup.okhttp3:okhttp:3.11.0'...

2018-08-24 23:02:04 292

原创 okhttp mvp recycalview登录+注册+扫码

首页 <EditText         android:id="@+id/mobile_et"         android:layout_width="match_parent"         android:layout_height="wrap_content"         android:hint="请输入手机号"         />     <EditTe...

2018-08-13 08:28:15 270

原创 横向滚动+频道管理+Gson解析+上拉加载下拉刷新+Sqlite

//activity_main.xml<RelativeLayout   xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:app="http://schemas.android.com/apk/res-auto"    xmlns:tools="http://schemas.android.com/too...

2018-07-02 07:45:59 148

原创 ImageLoader代码块

public class MyAppilaction extends Application {    private Context context;    @Override    public void onCreate() {        super.onCreate();        context = this;        //初始化        initImageLoade...

2018-06-13 18:57:21 264

转载 混合开发 增删改查排序

<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <script type="text/javascript" src="js/angular.min.js" &gt

2018-03-30 13:17:37 112

原创 我的购物车 多选框操作

<!DOCTYPE html><html ng-app="myApp"> <head> <meta charset="utf-8" /> <title></title> <script type="text/javascript" src="js/ang

2018-03-30 13:14:48 757

空空如也

空空如也

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

TA关注的人

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