摘要: <?xml version="1.0" encoding="utf-8"?><android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" android: 阅读全文
posted @ 2017-12-11 08:27 代码的搬运工头 阅读(84) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="ht 阅读全文
posted @ 2017-12-11 08:26 代码的搬运工头 阅读(180) 评论(0) 推荐(0) 编辑
摘要: package com.example.week2; import android.annotation.SuppressLint;import android.support.design.widget.TabLayout;import android.support.v4.app.Fragmen 阅读全文
posted @ 2017-12-11 08:25 代码的搬运工头 阅读(1139) 评论(0) 推荐(0) 编辑
摘要: package com.example.week2; import java.util.List; /* * Created by ASUS on 2017/12/10. */ public class Shuju { /** * response : {"code":0,"message":"su 阅读全文
posted @ 2017-12-11 08:25 代码的搬运工头 阅读(1120) 评论(0) 推荐(0) 编辑
摘要: package com.example.week2; import android.os.AsyncTask;import android.os.Bundle;import android.os.Handler;import android.support.annotation.Nullable;i 阅读全文
posted @ 2017-12-11 08:24 代码的搬运工头 阅读(113) 评论(0) 推荐(0) 编辑