上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页
摘要: // 分转换 位元 public static String amountOfFormatting(int dataa) { DecimalFormat df = new DecimalFormat(); double data = (double)data... 阅读全文
posted @ 2015-03-23 15:58 每天学习一点点... 阅读(173) 评论(0) 推荐(0) 编辑
摘要: (1)drawable-hdpi里面存放高分辨率的图片,如WVGA (480x800),FWVGA (480x854)(2)drawable-mdpi里面存放中等分辨率的图片,如HVGA (320x480)(3)drawable-ldpi里面存放低分辨率的图片,如QVGA (240x320)ldpi... 阅读全文
posted @ 2015-03-23 14:41 每天学习一点点... 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 方式一 , handler.postDelayed 定时 timerCount = Integer.parseInt(timer_tv.getText().toString()); // 页面上10秒 倒数 handler = new Handler(); ... 阅读全文
posted @ 2015-01-20 14:21 每天学习一点点... 阅读(244) 评论(0) 推荐(0) 编辑
摘要: ImageView imageView = new ImageView(mcontext); LayoutParams layoutParams = new LayoutParams(150,130); layoutP... 阅读全文
posted @ 2015-01-20 11:05 每天学习一点点... 阅读(566) 评论(0) 推荐(0) 编辑
摘要: /** * 判断时间 * * @param time * @return */ public static String formatDateTime(long time) { // // Si... 阅读全文
posted @ 2015-01-14 14:14 每天学习一点点... 阅读(1373) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页