- 博客(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
856
原创 视频
依赖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
215
原创 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
193
原创 注册+登录+个人信息
导入依赖android:name="android.permission.INTERNET">android:name=".MyApplication"android:name=".RegActivity">android:name=".LoginActivity">android:name=".PersonInfoActivity">布局
2018-04-25 20:06:04
1082
原创 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
387
原创 动画+购物车+加到购物车
布局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
352
原创 补间动画+跳转
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
202
原创 搜索功能+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
798
原创 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
260
原创 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
270
原创 购物车
布局就自己写吧不上传了代码实现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
268
原创 Android购物车
----导入依赖compile 'com.android.support:appcompat-v7:26.+' compile 'com.android.support.constraint:constraint-layout:1.0.2
2017-12-16 09:09:47
1296
原创 搜索商品+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
256
原创 月考题
Title table{ width: 500px; } table ,tr ,td{ border: solid 1px grey; border-collapse: collapse; padding: 5px;
2017-10-25 19:29:53
301
原创 添加 排序
.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
241
原创 添加
var app = angular.module("myApp",['ngRoute']);//配置路由app.config(["$routeProvider",function($routeProvider){$routeProvider.when("/",{}).when("/addOrder",{controller:"addOrderCtrl",template
2017-10-25 19:19:26
229
转载 购物车
无标题文档*{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
169
原创 修改
综合练习.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
251
转载 模糊查询
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
425
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人