摘要: package com.example.week3_demo; import android.content.Intent;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android. 阅读全文
posted @ 2017-12-19 10:25 代码的搬运工头 阅读(89) 评论(0) 推荐(0) 编辑
摘要: package com.example.week3_demo; import android.content.Context;import android.util.AttributeSet;import android.widget.GridView; /** * Created by jane 阅读全文
posted @ 2017-12-19 10:03 代码的搬运工头 阅读(74) 评论(0) 推荐(0) 编辑
摘要: package com.example.week3_demo; import android.content.Context;import android.support.v4.view.PagerAdapter;import android.view.View;import android.vie 阅读全文
posted @ 2017-12-19 10:02 代码的搬运工头 阅读(82) 评论(0) 推荐(0) 编辑
摘要: package com.example.week3_demo; import android.content.Context;import android.view.View;import android.view.ViewGroup;import android.widget.BaseAdapte 阅读全文
posted @ 2017-12-19 10:02 代码的搬运工头 阅读(79) 评论(0) 推荐(0) 编辑
摘要: package com.example.week3_demo; import android.content.Intent;import android.os.Handler;import android.os.Message;import android.support.v4.view.ViewP 阅读全文
posted @ 2017-12-19 09:40 代码的搬运工头 阅读(129) 评论(0) 推荐(0) 编辑
摘要: <?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) 编辑