摘要: 1、R-Drawable 2、R-Bitmap 3、R-Bitmap 4、R-Bitmap InputStream is = getResources().openRawResource(R.drawable.icon); Bitmap mBitmap = BitmapFactory.decodeS 阅读全文
posted @ 2015-03-23 17:26 鲸歌 阅读(631) 评论(0) 推荐(0) 编辑
摘要: 实现方法:1. 在对应的布局放置TextView或者ImageView.2. 用Canvas在原来Icon的bitmap基础上进行绘制3. 利用开源项目ViewBadger进行添加,很方便,而且相对灵活 阅读全文
posted @ 2015-03-23 17:21 鲸歌 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 使用工具 tcping使用方法,将此工具放在C:/Windows/System32 目录下,在cmd 中: tcping 127.0.0.1 8080 阅读全文
posted @ 2015-03-23 11:28 鲸歌 阅读(513) 评论(0) 推荐(0) 编辑
摘要: package com.jingle.httpstudy; import org.apache.http.Header; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.vie... 阅读全文
posted @ 2015-03-23 10:20 鲸歌 阅读(551) 评论(0) 推荐(0) 编辑
摘要: test 阅读全文
posted @ 2015-03-23 10:06 鲸歌 阅读(89) 评论(0) 推荐(0) 编辑