- 博客(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
1524
原创 抖音
//依赖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
8932
原创 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
420
原创 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
503
原创 动画
//旋转掉落动画<?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
244
原创 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
481
原创 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
261
原创 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
328
原创 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
372
原创 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
298
原创 组合空间数据加减
//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
312
原创 流式布局
//效果(http://img.blog.youkuaiyun.com/20171130152450097?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvQWJ5c3NhbE1hZ2lj/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast) //viewpackage
2017-11-30 15:27:23
303
原创 圆环进度
//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
269
原创 鼠标拖动圆运动
//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
329
原创 隔行换色----------------------分割线-----------------------
<!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
341
原创 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
617
原创 购物车综合题 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
395
原创 html中的用户注册与删除
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> td { text-align: center; } </style> <scri
2017-11-12 19:06:30
904
原创 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
856
原创 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
917
原创 网络状态的判断
//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
303
原创 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
410
原创 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
569
原创 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
267
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人