工具类—全局配置MyApplication

来源:互联网 发布:shopnc b2b2c 源码 编辑:程序博客网 时间:2024/06/03 21:54
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 class MyApplication  extends Application{    @Override    public void onCreate() {        super.onCreate();        ImageloaderUtil.initConfig(this);    }}
原创粉丝点击