Статья Ника Бутчера о том, что такое VectorDrawable и почему его надо использовать.
#android #graphic #drawable
https://medium.com/androiddevelopers/understanding-androids-vector-image-format-vectordrawable-ab09e41d5c68
#android #graphic #drawable
https://medium.com/androiddevelopers/understanding-androids-vector-image-format-vectordrawable-ab09e41d5c68
Medium
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 independent, vector assets…
Продолжение темы VectorDrawable от Ника Бутчера. Подробно рассмотрены графические возможности этого инструмента.
#android #drawable #graphic #vector
https://medium.com/androiddevelopers/draw-a-path-rendering-android-vectordrawables-89a33b5e5ebf
#android #drawable #graphic #vector
https://medium.com/androiddevelopers/draw-a-path-rendering-android-vectordrawables-89a33b5e5ebf
Medium
Draw a Path: Rendering Android VectorDrawables
In the previous article, we looked at Android’s VectorDrawable format, going into its benefits and capabilities.
Продолжение серии про VectorDrawable. Ник рассказывает, как использовать этот компонент, чтобы он корректно работал в максимальном количестве версий Android.
#android #drawable #graphic #vector
https://medium.com/androiddevelopers/using-vector-assets-in-android-apps-4318fd662eb9
#android #drawable #graphic #vector
https://medium.com/androiddevelopers/using-vector-assets-in-android-apps-4318fd662eb9
Medium
Using vector assets in Android apps
In previous posts we’ve looked at Android’s VectorDrawable image format and what it can do:
В альфа версии androidx.vectordrawable появилась возможность перематывать и ставить на паузу анимацию в AnimatedVectorDrawable. Для этого используется обертка SeekableAnimatedVectorDrawable.
#android #drawable #animation #graphics
https://android.jlelse.eu/introducing-vectordrawable-seekable-b96ef57ffe36
#android #drawable #animation #graphics
https://android.jlelse.eu/introducing-vectordrawable-seekable-b96ef57ffe36
Medium
Introducing Vectordrawable-Seekable
Using the new and improved AnimatedVectorDrawable to pause and seek your animations.