摘要: 1.定义类 1 package com.realhope.rmeal.bean; 2 3 /** 4 * 5 * @author Wucy 6 * 菜谱类 7 */ 8 public class Menu{ 9 private Integer _id; 10 privat... 阅读全文
posted @ 2015-01-29 10:55 realhopezj 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 在判断是否有无线网络时,UI界面假死,这时我们需要使用AsyncTask。代码: 1 /** 异步任务 :判断服务器开启才取后台数据 2 * 2014-7-31 3 * @author 吴chunyuan 4 * 5 */ 6 public class MyTask extends... 阅读全文
posted @ 2015-01-29 10:18 realhopezj 阅读(255) 评论(0) 推荐(0) 编辑