自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 购物车retrofit+ok+rxjava

//依赖apply plugin: 'com.android.application'android { compileSdkVersion 26 buildToolsVersion "27.0.1" defaultConfig { applicationId "com.example.mx.miaoxinzhoukao3" minSdkVer

2018-01-19 13:10:26 1478

原创 抖音

//依赖apply plugin: 'com.android.application'android { compileSdkVersion 25 buildToolsVersion "26.0.2" defaultConfig { applicationId "com.example.my_douyin" minSdkVersion 15

2018-01-18 21:22:04 8531 1

原创 RXjava+Retrofit二级购物车

//依赖apply plugin: 'com.android.application'android { compileSdkVersion 26 buildToolsVersion "26.0.1" defaultConfig { applicationId "com.example.a123.zhoukao2" minSdkVersion

2018-01-07 19:46:09 379

原创 GreenDao数据库增删改查

//首先是依赖apply plugin: 'com.android.application'////GreenDao的配置apply plugin: 'org.greenrobot.greendao'android { compileSdkVersion 26 buildToolsVersion "26.0.1" defaultConfig { appli

2018-01-06 10:36:40 468

原创 动画

//旋转掉落动画<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="ht

2017-12-21 10:34:55 216

原创 MVP二级购物车和订单

//依赖 compile 'com.squareup.okhttp3:okhttp:3.1.2' compile 'com.squareup.okhttp3:logging-interceptor:3.9.0' compile 'com.github.bumptech.glide:glide:3.7.0' compile 'com.android.support:recy

2017-12-21 09:55:47 439

原创 tablelayout

//xml<?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.com/apk

2017-12-20 13:47:09 230

原创 MVP二级购物车

//依赖compile 'com.squareup.okhttp3:okhttp:3.9.0' compile 'com.jakewharton:butterknife:7.0.1' compile files('libs/gson-2.2.4.jar') compile 'com.android.support:recyclerview-v7:26.+' compil

2017-12-19 20:51:29 295

原创 MVP+登录注册代码+拆分图片

//京东快报http://www.jianshu.com/p/bad444ecc28b//京东秒杀http://www.see-source.com/blog/300000028/10031.html//activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout android:orientation="vert

2017-12-16 10:44:52 341

原创 MVP+RecylerView显示数据

//main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http

2017-12-11 08:27:48 270

原创 组合空间数据加减

//xml<?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/res

2017-11-30 18:46:22 279

原创 流式布局

//效果(http://img.blog.csdn.net/20171130152450097?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvQWJ5c3NhbE1hZ2lj/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast) //viewpackage

2017-11-30 15:27:23 270

原创 圆环进度

//view类package com.example.yuanx.view;import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android.graphics.Paint;import android.graphics.RectF;import

2017-11-30 14:54:45 242

原创 鼠标拖动圆运动

//Maintypackage com.example.myapplication.view;import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android.graphics.Paint;import android.support.annot

2017-11-30 13:27:11 289

原创 隔行换色----------------------分割线-----------------------

<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="anglar/angular.js" ></script> <style> /*实现隔行换色*/

2017-11-23 10:32:18 308

原创 web混合开发

//web综合题<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>购物车</title> <script type="text/javascript" src="anglar/angular.js" ></script> <script>

2017-11-22 20:10:58 566

原创 购物车综合题 html

//五月第三周综合题<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="angular/angular.js" ></script> <script>

2017-11-20 08:07:15 369

原创 html中的用户注册与删除

<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> td { text-align: center; } </style> <scri

2017-11-12 19:06:30 832

原创 handler三秒轮播数据

//activity_main<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_wi

2017-10-26 08:44:10 819

原创 网络状态判断需要以上两个权限

网络状态判断需要以上两个权限

2017-10-25 15:24:39 376

原创 handler轮播网上请求的图片

//activity_main.xml<?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:

2017-10-25 14:55:04 878 1

原创 网络状态的判断

//NetStateUtilpackage animtest.com.example.e531.week2_10month.Utils;import android.app.AlertDialog;import android.content.Context;import android.content.DialogInterface;import android.content.Intent

2017-10-25 08:35:45 271

原创 banner轮播

//activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmln

2017-10-23 14:40:15 368

原创 drawerlayout+tablelayout+fragment+轮播

//activity_main.xml <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"

2017-10-22 20:15:27 508

原创 ViewPager无线轮播

package animtest.com.example.e531.zixun_tostudent;import android.os.Handler;import android.os.Message;import android.support.v4.view.ViewPager;import android.support.v7.app.AppCompatActivity;imp

2017-10-18 09:24:14 232

空空如也

空空如也

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

TA关注的人

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