上一页 1 ··· 11 12 13 14 15
摘要: String androidId = Secure.getString(getContentResolver(), Secure.ANDROID_ID); 阅读全文
posted @ 2012-11-01 16:56 清澈见底 阅读(304) 评论(0) 推荐(0) 编辑
摘要: /*** 获取json字符串* */public String getJsonString(HttpGet get) throws ClientProtocolException,IOException {httpClient = new DefaultHttpCli... 阅读全文
posted @ 2012-10-24 16:41 清澈见底 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Android JDK为我们提供了4种动画效果,分别是: AlphaAnimation,RotateAnimation, ScaleAnimation, TranslateAnimation.今天我想讲解的是TranslateAnimation这个动画效果。也是本人... 阅读全文
posted @ 2012-08-27 14:34 清澈见底 阅读(106) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15