
工具类
sky的喵
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
工具类—全局配置MyApplication
package animtest.com.example.e531.week2_10month;import android.app.Application;import animtest.com.example.e531.week2_10month.Utils.ImageloaderUtil;/** * Created by e531 on 2017/10/17. */public clas原创 2017-10-26 08:59:54 · 564 阅读 · 0 评论 -
工具类—ImageLoader的配置
package animtest.com.example.e531.week2_10month.Utils;import android.content.Context;import android.graphics.Bitmap;import android.os.Environment;import com.nostra13.universalimageloader.cache.disc.原创 2017-10-26 08:59:03 · 251 阅读 · 0 评论 -
工具类—得到网络状态的工具类NetStateUtil
package animtest.com.example.e531.week2_10month.Utils;import android.app.AlertDialog;import android.content.Context;import android.content.DialogInterface;import android.content.Intent;import andro原创 2017-10-26 08:58:18 · 293 阅读 · 0 评论 -
工具类—StreamToString
package animtest.com.example.e531.week2_10month.Utils;import java.io.BufferedReader;import java.io.InputStream;import java.io.InputStreamReader;/** * Created by e531 on 2017/10/12. */public class原创 2017-10-26 08:57:38 · 1401 阅读 · 1 评论 -
工具类—使用AsyncTask+HttpURLConnection请求数据的工具类-MyTask
package animtest.com.example.e531.week2_10month.Utils;import android.os.AsyncTask;import java.io.IOException;import java.io.InputStream;import java.net.HttpURLConnection;import java.net.MalformedURL原创 2017-10-26 09:01:03 · 358 阅读 · 0 评论