发布时间:2014-07-08 17:26:09
View.getViewTreeObserver().addOnGlobalLayoutListener(new OnGlobalLayoutListener()......【阅读全文】
发布时间:2014-07-04 17:24:05
一、URI 通用资源标志符(Universal Resource Identifier, 简称"URI")。 Uri代表要操作的数据,Android上可用的每种资源 - 图像、视频片段等都可以用Uri来表示。 URI一般由三部分组成: 访问资源的命名机制。 存放资源的主机名。 资源自身的名.........【阅读全文】
发布时间:2014-06-22 17:02:45
点击(此处)折叠或打开public class FlipImage extends ImageView implements OnClickListener, Rotate3dAnimation.On90Degree { private Drawable f; private Drawable b; &.........【阅读全文】
发布时间:2014-06-20 20:20:32
点击(此处)折叠或打开@Override public void onClick(View v) { // Dialog d = createDialog(this, R.style.custom_dialog); &nb.........【阅读全文】
发布时间:2014-06-20 13:33:03
点击(此处)折叠或打开public static Bitmap getRoundedCornerBitmap(Bitmap bitmap) { Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(), Config.ARGB_8888); &nbs.........【阅读全文】