
Android
文章平均质量分 75
再见_
这个作者很懒,什么都没留下…
展开
-
Android二级购物车MVP实现(布局篇)
这就是传说中的二级购物车,可能有点low,见谅。main布局: xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" and原创 2017-11-22 13:33:22 · 433 阅读 · 0 评论 -
自定义拦截器(post)
public class MyInterceptor implements Interceptor { @Override public Response intercept(Chain chain) throws IOException { //获取原始的请求数据 Request orginRequest = chain.request()原创 2017-11-22 14:29:08 · 1224 阅读 · 0 评论 -
Viewpager+fragment
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:tools="http:/原创 2017-12-20 15:40:58 · 300 阅读 · 0 评论 -
Android中登录注册(第三方)
1.首先我们创建布局,登录的布局 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-11-12 19:59:04 · 753 阅读 · 0 评论 -
二级购物车+编辑+删除
布局文件(main)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:tools="http原创 2017-12-21 10:50:37 · 807 阅读 · 0 评论