首页
学习
活动
专区
圈层
工具
发布

Android开发之那些好用的数据结构与API(三)

之前的系列文章 Android开发之那些好用的数据结构与API 和Android开发之那些好用的数据结构与API(二)中,已经介绍了一些,趁热打铁,本次介绍的内容很实用哦~~ 1、RoundedBitmapDrawable...RoundedBitmapDrawable 是 android.support.v4.graphics.drawable 里面的一个类,但是记得一定得是21+以上的版本。...getResources(); // 获取Bitmap图片 Bitmap src = BitmapFactory.decodeResource(res, R.drawable.pic); // 创建RoundedBitmapDrawable...对象 RoundedBitmapDrawable dr = RoundedBitmapDrawableFactory .create(res, src); // 设置圆角半径 dr.setCornerRadius...RoundedBitmapDrawable.png 2、DateUtils 在Android中经常要处理与日期有关的字段,当然可以用Java中的日期处理API,但是Android中也提供了,在android.text.format.DateUtils

789110
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到
    领券