发表自 Google Play 的产品经理总监, Paul Bankhead
我们不遗余力地关注 Google Play Store 的安全性和隐私, 以确保 Android 用户拥有发现和安装他们喜欢的应用程序和游戏的积极体验。 我们定期更新我们的 Google Play 开发者条款 , 今天引入了更强的控制和新的策略来保持用户数据的安全。 以下是一些更新:
...
【译】在 Android 应用中使用矢量资源
在之前的文章中, 我们研究了 Android 的 VectorDrawable 图像格式以及它能够实现的功能:
Understanding Android’s vector image format: VectorDrawable: Android devices come in all sizes, shapes and screen densities. That’s why I’m a huge fan of using resolution…
Draw a Path: Rendering Android VectorDrawables: In the previous article, we looked at Android’s VectorDrawable format, going into its benefits and capabilities.
在这篇文章中, 我们将会深入研究如何在你的 app 中应用这些矢量资源。 VectorDrawable 是在 Lollipop(API 21)中引入的, 也可以在 AndroidX 中使用(作为 VectorDrawableCompat ), 可以向下兼容到 API 14(这使其可以覆盖超过 99% 的设备)。 本文将概述一些能真正在你的应用中使用 VectorDrawables 的建议。...