摘要:
package com.zipingfang.app.yawan.base;import java.util.Stack;import android.content.Context;import android.view.View;import android.view.ViewGroup;/*** @category View管理* @author yuepengfei* */public class ViewUtil implements ViewUtilInterface {private Stack<View> mViews;@Overridepublic void ad 阅读全文
posted @ 2013-06-03 15:25
yuepengfei
阅读(272)
评论(0)
推荐(0)
摘要:
package com.zipingfang.app.yawan.util;import android.util.Log;/*** @author yuepengfei*/public class MyLog {private static int LOGLEVEL = 10;private final static int VERBOSE = 1;private final static int DEBUG = 2;private final static int INFO = 3;private final static int WARN = 4;private final static 阅读全文
posted @ 2013-06-03 13:18
yuepengfei
阅读(151)
评论(0)
推荐(0)
浙公网安备 33010602011771号