码迷,mamicode.com
首页 > 其他好文 > 详细

synchronized加单利模式是不是就可以不用handler了

时间:2014-07-19 17:16:18      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:android   http   html   re   c   htm   

public static synchronized VolleyRequestController getInstance() {
        if (sInstance == null) {
            sInstance = new VolleyRequestController();
            VolleyLog.DEBUG = ConfigEPA.DEBUG;
        }
        return sInstance;
    }

这样写是不是就可以代替handler了啊?

http://www.eoeandroid.com/thread-537344-1-1.html?_dsign=37ee9d09

synchronized加单利模式是不是就可以不用handler了,布布扣,bubuko.com

synchronized加单利模式是不是就可以不用handler了

标签:android   http   html   re   c   htm   

原文地址:http://www.cnblogs.com/softwarelanguagebs/p/3853850.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!