当前位置:网站首页>Facebook open source shimmer effect
Facebook open source shimmer effect
2022-06-23 23:50:00 【Android Guide】

My introduction
Good morning , Sao Nian , I'm a small dish , My public number 「 Rookie turns over 」 Will recommend GitHub Useful projects on , A minute get An excellent open source project , Tap the value of open source , Welcome to follow me .
Today's recommendation is Facebook Open source flash effects :Shimmer, It's a Android library , It provides a way to Android Add flash effects to any view and text in the application , In actual development, it can be used in page loading indicator , Originally for Facebook Home Developed .
Results the preview

Instructions
app/build.gradle:
dependencies {
implementation 'com.facebook.shimmer:shimmer:0.5.0'
}
Code calls :
<com.facebook.shimmer.ShimmerFrameLayout
android:id="@+id/shimmer_view_container"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<!-- Your view -->
</com.facebook.shimmer.ShimmerFrameLayout>
ShimmerFrameLayout There are many custom attributes on the tag to control the appearance and speed of the effect , See GitHub Source code .
GitHub Address
https://github.com/facebook/shimmer-android
边栏推荐
- 完整开源项目之诗词吧 APP
- Quelques fonctions d'outils couramment utilisées au travail
- 如何保证高速公路供电可靠
- Under the background of aging, the comprehensive energy efficiency management platform escorts hospitals
- Onsaveinstancestate callback opportunity of activity
- Innovative lampblack supervision in the management measures for the prevention and control of lampblack pollution in Deyang catering service industry (Draft for comments)
- Multi store drug inventory system source code large chain drugstore management system source code
- PyQt5_ Qtablewidget paging radio right-click menu control
- 多门店药品进销存系统源码 大型连锁药店管理系统源码
- PyQt5_QTableWidget分页单选右键菜单控件
猜你喜欢
随机推荐
Image segmentation - data annotation
MySQL导致索引失效的情况详解
7、STM32——LCD
Which securities dealers recommend? Is online account opening safe?
Math. Max() method obtains the maximum value in the array and returns Nan problem analysis
BroadcastReciver 和LocalBroadcastManager区别
6月25日PMP考试敏捷怎么考?替你分忧解难
CVPR2019/图像翻译:TransGaGa: Geometry-Aware Unsupervised Image-to-Image Translation几何感知的无监督图像到图像的翻译
【HackTheBox】 meow
Chrome plug-in features and case analysis of actual combat scenarios
《德阳市餐饮服务业油烟污染防治管理办法(征求意见稿)》之创新油烟监管
为实现“双碳”目标,应如何实现节能、合理的照明管控
Generative countermeasure networks (Gans) and variants
这个高仿小米商城项目太惊艳了
smart-doc + Torna 兼容版本
fatal: The upstream branch of your current branch does not match the name of your current branch.
入参参数为Object,但传递过去却成了[object object] 是因为需要转为JSON格式
6、STM32——串口数据收发基础
Setting method of bar code local segment data variable
Inftnews | where should the future of the creator economy go in the Web3 world?




![The input parameter is object, but it was passed as [object object] because it needs to be converted to JSON format](/img/8c/b1535e03900d71b075f73f80030064.png)



