В альфа версии 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.
Полезная статья для понимания процесса отображения картинки на экране. Рассказывается о Frame Rate, Refresh Rate и VSync.
#android #graphics #performance
https://medium.com/@kiitvishal89/vsyncs-or-vertical-sync-never-heard-of-it-or-did-you-edc055a0decd
#android #graphics #performance
https://medium.com/@kiitvishal89/vsyncs-or-vertical-sync-never-heard-of-it-or-did-you-edc055a0decd
Medium
VSyncs or Vertical Sync — Never heard of it or did you?
VSync is a fascinating subject in itself. Many hardcore gamers would have heard about it. I am not one of those gamers, and I saw VSync…
Наглядная статья с примерами о том, как в ImageView работает scaleType = matrix. Это позволяет применять к картинке различные трансформации.
#android #matrix #graphics
https://medium.com/mobile-app-development-publication/android-matrix-scaletype-explained-4501f0796be8
#android #matrix #graphics
https://medium.com/mobile-app-development-publication/android-matrix-scaletype-explained-4501f0796be8
Medium
Android Matrix ScaleType Explained
Making a custom scaling transformation on Android Image
В Android 12 появился новый API - RenderEffect. Он позволяет применять к View визуальные эффекты, например - Blur.
#android #graphics
https://blog.stylingandroid.com/rendereffect-blur/
#android #graphics
https://blog.stylingandroid.com/rendereffect-blur/
Styling Android
RenderEffect – Blur
At the time of writing, March 2021, the initial developer preview of Android 12 has recently arrived. Android 12 will have a design system refresh named Material NEXT, if the many rumours are true. W
В новой статье про инструмент RenderEffect автор рассказывает как можно обесцветить View. Также разбирается возможность совмещения нескольких эффектов.
#android #graphics
https://blog.stylingandroid.com/rendereffect-desaturate/
#android #graphics
https://blog.stylingandroid.com/rendereffect-desaturate/
Styling Android
RenderEffect – Desaturate
At the time of writing, March 2021, the initial developer preview of Android 12 has recently arrived. Android 12 will have a design system refresh named Material NEXT, if the many rumours are true. W
This media is not supported in your browser
VIEW IN TELEGRAM
Вторая статья о новой graphics-shapes библиотеке - про трансформацию фигур.
#android #draw #graphics
https://medium.com/androiddevelopers/shape-morphing-in-android-f5c36416a979
#android #draw #graphics
https://medium.com/androiddevelopers/shape-morphing-in-android-f5c36416a979
В документацию по Compose добавили отдельную статью про работу с Jetpack библиотекой graphics-shapes.
Эта либа умеет рисовать различные фигуры. Ее можно использовать не только с Compose, но и с View.
https://medium.com/androiddevelopers/fun-with-shapes-in-compose-8814c439e1a0
#android #graphics #compose #drawing
Эта либа умеет рисовать различные фигуры. Ее можно использовать не только с Compose, но и с View.
https://medium.com/androiddevelopers/fun-with-shapes-in-compose-8814c439e1a0
#android #graphics #compose #drawing
Medium
Fun with shapes in Compose
Create a progress bar that transitions from a squiggly “star” shaped rounded polygon to a circle while performing the regular progress…
Базовая статья о векторных иконках. Рассказывает, что означает набор символов типа "M3,5 L27,5 L16,23 Z".
#android #graphics #icon #vector
https://medium.com/@charles-raj/creating-custom-vector-icons-in-android-studio-a-step-by-step-guide-b4239d406b63
#android #graphics #icon #vector
https://medium.com/@charles-raj/creating-custom-vector-icons-in-android-studio-a-step-by-step-guide-b4239d406b63
Medium
Creating Custom Vector Icons in Android Studio: A Step-by-Step Guide
Hello Buddy’s, In this blog, we’ll dive into creating custom vector icons in Android Studio, a process that can give your app a unique…