摘要: package com.example.week;import java.io.InputStream;import java.net.HttpURLConnection;import java.net.URL;/** * Created by 生哥 on 2017/12/2. */public c 阅读全文
posted @ 2017-12-03 19:44 代码的搬运工头 阅读(464) 评论(0) 推荐(0) 编辑
摘要: package com.example.week;import android.content.Context;import android.view.View;import android.view.ViewGroup;import android.widget.BaseAdapter;impor 阅读全文
posted @ 2017-12-03 19:43 代码的搬运工头 阅读(259) 评论(0) 推荐(0) 编辑
摘要: package com.example.week;import android.os.Bundle;import android.support.v4.app.FragmentActivity;import android.support.v7.app.AppCompatActivity;impor 阅读全文
posted @ 2017-12-03 19:42 代码的搬运工头 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: package com.example.week;import android.support.v4.app.Fragment;import android.os.Bundle;import android.support.annotation.Nullable;import android.vie 阅读全文
posted @ 2017-12-03 19:39 代码的搬运工头 阅读(172) 评论(0) 推荐(0) 编辑
摘要: package com.example.week;import android.os.Bundle;import android.os.Handler;import android.os.Message;import android.support.annotation.Nullable;impor 阅读全文
posted @ 2017-12-03 19:37 代码的搬运工头 阅读(132) 评论(0) 推荐(0) 编辑