摘要: DataManager/** * 本地数据的存储 * @author Administrator * */public class DataManager { private static final String TEST_FILENAME="testorder.asc"; priva... 阅读全文
posted @ 2015-01-13 17:54 每天学习一点点... 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 第一步 : 初始化PopupWindow private void initPop() { if (view == null) { // 照片 view = View.inflate(RegisterActivity.this, R.l... 阅读全文
posted @ 2015-01-13 17:17 每天学习一点点... 阅读(396) 评论(0) 推荐(0) 编辑
摘要: shape 基本使用 //线性渐变的角度 渐变的属性 :... 阅读全文
posted @ 2015-01-13 15:30 每天学习一点点... 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 1 , Dialog布局 2, 自己定义dialog 类public class ConfirmDialog extends Dialog { private Context context; private String title... 阅读全文
posted @ 2015-01-01 23:23 每天学习一点点... 阅读(1446) 评论(0) 推荐(0) 编辑
摘要: 1: 自定义的Dialog 代码:public class IphoneProgersssDialog extends Dialog { private Context context; private ImageView img; private TextView txt; ... 阅读全文
posted @ 2015-01-01 23:05 每天学习一点点... 阅读(380) 评论(0) 推荐(0) 编辑