自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 qqqq

package com.example.sam.myapplication.bean;import java.util.List;public class ImgBean { /** * code : 200 * msg : 成功! * data : [{"type":"10","text":"哪个女人不爱美?一份最新的调查显示,女性平均每天要往脸上...

2018-05-23 19:53:14 816

原创 视频

依赖implementation project(':library')implementation 'com.squareup.retrofit2:retrofit:2.4.0'implementation 'com.squareup.retrofit2:converter-gson:2.4.0'implementation 'com.squareup.retrofit2:adapter-...

2018-05-23 17:14:52 161

原创 Mvp+订单

导入依赖compile 'com.squareup.okhttp3:okhttp:3.9.0'compile 'com.google.code.gson:gson:2.8.2'compile 'com.github.bumptech.glide:glide:3.6.1'compile 'com.squareup.okhttp3:okhttp:3.2.0'compile 'com.n

2018-04-28 08:44:09 165

原创 Android组件

http://www.see-source.com/androidwidget/list.html?type=17

2018-04-26 15:57:12 125 1

原创 注册+登录+个人信息

导入依赖android:name="android.permission.INTERNET">android:name=".MyApplication"android:name=".RegActivity">android:name=".LoginActivity">android:name=".PersonInfoActivity">布局

2018-04-25 20:06:04 980

原创 MVP+Retrofit+RxJAVA实现购物车

compile 'com.squareup.okhttp3:okhttp:3.9.0'compile 'com.google.code.gson:gson:2.8.2'compile 'com.android.support:recyclerview-v7:25.3.1'compile 'com.jakewharton:butterknife:8.8.1'annotationProcess

2018-04-23 13:54:57 339

原创 动画+购物车+加到购物车

布局xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="ma

2017-12-21 10:54:06 328

原创 补间动画+跳转

MainActivitypublic class MainActivity extends Activity {private Button button; private boolean flag = true; private ImageView iv; private Handler handler; @Override protected

2017-12-20 11:54:47 170

原创 搜索功能+XRecyclerView+详情页

布局:activity_mainxmlns:app="http://schemas.android.com/apk/res-auto"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"to

2017-12-18 10:48:27 769

原创 BottomTabBar底部导航页

xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"xmlns:hjm="http://schemas.android.com/apk/res-auto">android:id="@+id/bo

2017-12-16 10:48:10 232

原创 banner

导入依赖 compile 'com.youth.banner:banner:1.4.9'    compile 'com.squareup.okhttp3:okhttp:3.9.0'    compile 'com.github.bumptech.glide:glide:3.7.0'    compile 'com.google.code.gson:gson:2.8.1'h

2017-12-16 10:38:45 235

原创 购物车

布局就自己写吧不上传了代码实现Main22Activity import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.view.View;import android.widget.CheckBox;import android.widget.E

2017-12-16 09:44:38 238

原创 Android购物车

----导入依赖compile 'com.android.support:appcompat-v7:26.+'    compile 'com.android.support.constraint:constraint-layout:1.0.2

2017-12-16 09:09:47 1135

原创 搜索商品+XRecyclerview展示列表

实现布局效果:activity_main    xmlns:app="http://schemas.android.com/apk/res-auto"    xmlns:tools="http://schemas.android.com/tools"    android:layout_width="match_parent"    android:layout_heigh

2017-12-16 08:37:37 221

原创 月考题

Title            table{            width: 500px;        }        table ,tr ,td{            border: solid 1px grey;            border-collapse: collapse;            padding: 5px;

2017-10-25 19:29:53 272

原创 添加 排序

.left{float: left;}.right{float: right;}.even{background-color: blue;}.odd{background-color: red;}.first{background-color: yellow;}.f{background-color: pink;}.d{b

2017-10-25 19:22:30 213

原创 添加

var app = angular.module("myApp",['ngRoute']);//配置路由app.config(["$routeProvider",function($routeProvider){$routeProvider.when("/",{}).when("/addOrder",{controller:"addOrderCtrl",template

2017-10-25 19:19:26 205

转载 购物车

无标题文档*{margin:0;padding:0;}li{list-style:none; float:left; width:200px; border:1px #000 solid; margin:30px;}li img{ height:260px;width:200px;}p{ height:20px; border-bottom:1px #333 dashed;}

2017-10-24 10:27:35 146

原创 修改

综合练习.addUser{width: 100px;height: 40px;font-size: 18px;background-color: #11C1F3;}var app = angular.module("myApp",["ngRoute"]);//使用config配置路由规则app.config(["$routeProvider",funct

2017-10-22 19:34:25 221

转载 模糊查询

html>lang="en"> charset="UTF-8"> Title table { border-collapse: collapse; } td, th { width: 200px; border: 1px solid gainsbo

2017-09-21 14:16:01 372

空空如也

空空如也

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

TA关注的人

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