当前位置:网站首页>Glide 4.6.1 API initial
Glide 4.6.1 API initial
2022-07-03 12:44:00 【liuhaha1015】
Basic use :
Glide.with(contact).load(path).into(imagview);
other api:
RequestOptions options = new RequestOptions();
options.placeholder(R.mipmap.info_2);// Specify the bitmap
options.error(R.mipmap.ic_launcher);// Specify error diagram
options.override(50,50);// Specify the width and height of the picture , Image quality will be compressed ( It's just blurred , There is no change in size ??)
options.centerCrop();// take ImageView Width and height But the narrowest one is full , Then intercept the middle display
Glide.with(contact).load(path).apply(options).into(imagview);Add animation :
Glide.with(contact).load(path).transition(GenericTransitionOptions.with(R.anim.dg_scale_in)).into(imagview);3.0 When is :
Glide
.with( context )
.load( url )
.animate( android.R.anim.slide_in_left )
.into( imageView );边栏推荐
猜你喜欢

Ali & ant self developed IDE

阿里大于发送短信(用户微服务--消息微服务)

4. 无线体内纳米网:电磁传播模型和传感器部署要点
![[ArcGIS user defined script tool] vector file generates expanded rectangular face elements](/img/39/0b31290798077cb8c355fbd058e4d3.png)
[ArcGIS user defined script tool] vector file generates expanded rectangular face elements

Sword finger offer09 Implementing queues with two stacks
![[download attached] password acquisition tool lazagne installation and use](/img/21/eccf87ad9946d4177b600d96e17322.png)
[download attached] password acquisition tool lazagne installation and use

阿里 & 蚂蚁自研 IDE

Togaf certification self-study classic v2.0

Attack and defense world mobile--ph0en1x-100

Public and private account sending prompt information (user microservice -- message microservice)
随机推荐
Differences between initial, inherit, unset, revert and all
剑指Offer09. 用两个栈实现队列
temp
2.7 overview of livedata knowledge points
Use Tencent cloud IOT platform to connect custom esp8266 IOT devices (realized by Tencent continuous control switch)
基于同步坐标变换的谐波电流检测
node的ORM使用-Sequelize
If you can't learn, you have to learn. Jetpack compose writes an im app (II)
最新版盲盒商城thinkphp+uniapp
Sword finger offer06 Print linked list from end to end
云计算未来 — 云原生
Use bloc to build a page instance of shutter
电压环对 PFC 系统性能影响分析
低代码平台国际化多语言(i18n)技术方案
idea将web项目打包成war包并部署到服务器上运行
强大的头像制作神器微信小程序
启用MemCached的SASL认证
Enter the length of three sides of the triangle through the user, and calculate the area of the triangle, where the length is a real number
It feels great to know you learned something, isn‘t it?
The latest version of blind box mall thinkphp+uniapp