登录
首页 » Android » Android毛玻璃效果处理类 附示例源码

Android毛玻璃效果处理类 附示例源码

于 2022-04-07 发布 文件大小:1.12 MB
0 153
下载积分: 2 下载次数: 1

代码说明:

Android毛玻璃效果处理类 附示例源码,方法封装,实现简单,代码里有详细注释,有需要的朋友可以去下载。相关代码先睹为快:   Bitmap bmp = BitmapFactory.decodeResource(getResources(),id);//从资源文件中得到图片,并生成Bitmap图片   final Bitmap blurBmp = BlurUtil.fastblur(MainActivity.this, bmp, 10);//0-25,表示模糊值   final Drawable newBitmapDrawable = new BitmapDrawable(blurBmp); // 将Bitmap转换为Drawable   layout.post(new Runnable() //调用UI线程   {    public void run()    {    layout.setBackgroundDrawable(newBitmapDrawable);//设置背景    }   });

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android多文件下载
    android多文件下载
    2015-02-05下载
    积分:1
  • sub54687654654
    This is program for substraction
    2019-04-14 05:25:06下载
    积分:1
  • android 高仿qq完整源码下载(含服务器端源码)
    高仿qq源码,含 服务器端源码以及数据库sql
    2014-12-15下载
    积分:1
  • microblink
    microblink ocr  抽取某軟件的東西
    2022-12-20 15:35:04下载
    积分:1
  • Soruce_Code_Of_Secret_Of_Android_Application_Devel
    《Android应用开发揭秘》本书内容全面、循序渐进、深入浅出,实战性强,权威性毋庸置疑!全书一共分为5个部分:第一部分是准备篇,第二部分是基础篇,讲解了Android开发的相关知识,第三部分是实例篇,第四部分是高级篇,第五部分是扩展篇。(" Android Application Development Hood" of the book is comprehensive, step by step, easy to understand, combat and strong, authoritative doubt! The book is divided into a total of five parts: The first part is to prepare papers, articles based on the second part is to explain the Android development of knowledge, the third part is the instance of the article, the fourth part is the advanced part, Part V is to expand articles.)
    2020-06-25 22:40:02下载
    积分:1
  • android 显示GPS搜星状态及信号强度的APK
    android 显示GPS搜星状态及信号强度的APK,UI有自定义控件,入门的同学可以下载学习研究哦。
    2022-07-15 10:42:20下载
    积分:1
  • 蓝色牙聊天服务和 SD 卡驱动程序
    此文件是关于蓝齿和 sd 卡驱动程序,如果你需要的话,请下载谢谢 此文件是基于蓝牙聊天服务演示代码,然后再添加 SD 卡驱动程序, 可以接收数据从蓝牙,然后收集和将数据存储到你的 sd 卡,作为一个文件
    2022-04-23 05:56:50下载
    积分:1
  • baofengyingyin
    说明:  A UI project source code that imitates storm video and audio. The imitated interface includes menu pages, home pages, classification pages, etc. The local analog data used for all data in the project. The imitated degree will be problematic in layout and display on high-resolution devices. The resolution of 480 x 800 should be just right.
    2020-06-15 22:40:02下载
    积分:1
  • Android 基础版人脸识别源码范例
    Android 人脸识别例子,这个确实是挺简单的,只是演示了一张人像照片,如何锁定人脸区域,但是要把识别上升到解锁手机的高度,本源码还有一定差距,如下图所示,本程序在打开后,自动在人脸部位显示黄色的方框,定位于人脸部位,仅此而已。
    2022-02-13 14:23:46下载
    积分:1
  • linux网络编程源码
    linux网络编程源码
    2021-07-22 00:33:45下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载