Android开发成长

Android Weekly Notes #422

2020-07-14  本文已影响0人  圣骑士wind

Android Weekly Issue #422

Tick Tock: Desugaring and Timezones

AGP/Android Studio 4.0 recently introduced library desugaring (code name "L8"), a tool that backports a number of Java 8+ APIs for use on older Android versions.

这个库: https://github.com/ZacSweers/ticktock
解决一个时区时间的问题.

WebP — a preferred image format for Android apps

WebP是一种图像格式, Google开发.

WebP is an image format that is developed by Google, focuses mainly on optimization and quality. One of the cool features of WebP is that it is lossless and lossy which means it supports both types of compression, unlike PNGs and JPGs. WebP is fully supported on web browsers such as Chrome, Firefox, and Opera (see the image below). On the Android side, WebP was added since API 14, so it is more than safe to use WebP on Android these days.

Apple上暂时不支持, 但是有一个库: https://github.com/SDWebImage/SDWebImageWebPCoder

WebP支持无损压缩和有损压缩.

Android Studio有工具可以把png和jpg转化成webp.

Singleton is More Than Just Design Pattern

Code

News

上一篇 下一篇

猜你喜欢

热点阅读