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了
时间: 2024-09-30 05:38:30