标签:ted with mil util nbsp parse 用法 线程 create
网络请求:
在onRespend里
EntityCatogory response
response 对象 用法不介绍了
存起来:
msg.obj = response新开线程
EntityCatogory obj = (EntityCatogory)msg.obj;
TBCategory databased = new TBCategory();
databased.key = ...(keyy)..;
databased.content= JGson.instance().gson().toJson(response);!!!!!不解构 搞成string直接传
databased.createAt = System.currentTimeMillis();
缓存用起来:
TbCategory databaseCache = DbHelper.queryCategoryCacheByKey(keyy);
if (databaseCache != null && databaseCache.content != null && !DateUtils.isExpire(databaseCache.createdAt)) {
brandData = GsonUtils.parseJsonWithGson(databaseCache.content, EntityCatogory.class);
}
brandData 对象 用法不介绍了
标签:ted with mil util nbsp parse 用法 线程 create
原文地址:http://www.cnblogs.com/vitabebeauty/p/7263078.html