Автор показывает, как сделать анимацию "разворачивания" пункта списка в новый экран
#android #animation #recyclerview
https://proandroiddev.com/implement-google-inbox-style-animation-on-android-18c261baeda6
#android #animation #recyclerview
https://proandroiddev.com/implement-google-inbox-style-animation-on-android-18c261baeda6
Medium
Implement Google Inbox Style Animation on Android
As an Android user and developer, I am always attracted to great apps with nice and meaningful animations. To me such apps not only deliver…
Простой пример, как привлечь внимание пользователя к View, которая находится в нижней части экрана и по свайпу выезжает вверх.
#android #design #animation
https://android.jlelse.eu/android-onboarding-hop-animation-1d1651b87e2c
#android #design #animation
https://android.jlelse.eu/android-onboarding-hop-animation-1d1651b87e2c
Medium
Android Onboarding Hop Animation
You have a fantastic feature in your application that requires your users to swipe a view up to open it. But your users do NOT use it…
Подробный разбор KeyCycle из MotionLayout. Плюс пара полезных ссылок по этой теме.
#android #animation
https://proandroiddev.com/exploring-motionlayout-keycycle-b990d9cef5bf
#android #animation
https://proandroiddev.com/exploring-motionlayout-keycycle-b990d9cef5bf
Medium
Exploring MotionLayout KeyCycle
Its been a while since MotionLayout got into our lives and it is definitely bliss.
Видео о ConstraintLayout 2, который уже в бета-версии. В основном, конечно, рассказывают об инструменте для создания анимации - MotionLayout.
#android #animation #constraintlayout
https://www.youtube.com/watch?v=29gLA90m6Gk
#android #animation #constraintlayout
https://www.youtube.com/watch?v=29gLA90m6Gk
YouTube
What's new in ConstraintLayout (Google I/O'19)
Learn the capabilities of ConstraintLayout, a popular library for UI development on Android, which addresses common pitfalls of and solutions to UI patterns, performance aspects, integrating motion, and how to best take advantage of the library in your own…
Статья показывает как реализовать circular reveal анимацию при открытии/закрытии фрагментов
#android #fragment #animation
https://proandroiddev.com/circular-reveal-in-fragments-the-clean-way-f25c8bc95257
#android #fragment #animation
https://proandroiddev.com/circular-reveal-in-fragments-the-clean-way-f25c8bc95257
Medium
Push and pop fragments in style
Circular Reveal in Fragments.
Подробный пример создания swipe анимации с использованием MotionLayout
#android #animation
https://habr.com/ru/company/badoo/blog/458854/
#android #animation
https://habr.com/ru/company/badoo/blog/458854/
Хабр
MotionLayout: анимации лучше, кода — меньше
Google продолжает улучшать нашу жизнь, выпуская новые удобные библиотеки и API. Среди которых оказался и новый MotionLayout. Учитывая обилие анимаций в наших приложениях, мой коллега Cedric Holtz...
Пример создания анимации хлопков на medium. В коде там callback hell, наверняка можно было сделать и получше, но анимационная часть объясняется достаточно подробно и с кучей комментариев.
#android #animation
https://blog.prototypr.io/medium-clap-animation-in-android-dc864790367
#android #animation
https://blog.prototypr.io/medium-clap-animation-in-android-dc864790367
Medium
Medium Clap Animation in Android
Medium clap animation is one of the most intriguing animations I’ve come across so far, so I decided to recreate it as it would be…
Подробная статья по векторной графике в Android. Включает в себя описание Path элементов (M, L, C, Z), группы и анимацию.
#android #graphic #vector #animation
https://www.raywenderlich.com/3988300-vector-graphics-on-android
#android #graphic #vector #animation
https://www.raywenderlich.com/3988300-vector-graphics-on-android
kodeco.com
Vector Graphics on Android
In this tutorial you will learn what Scalable Vector Graphics are and how to create and manipulate Vector Graphics on Android
Подробный мануал, как сделать анимацию зачеркивания иконки
#android #animation
https://tigeroakes.com/posts/android-animate-strike-thru/
#android #animation
https://tigeroakes.com/posts/android-animate-strike-thru/
Tiger Oakes
Animating a strike through on Android
Putting together Android drawable XML files to create animations for Firefox Preview.
Детальная статья о том, как сделать Transition анимацию между Activity
#android #animation
https://medium.com/@Bytepace/android-animations-transitions-pt-1-5615ba65cb2d
P.S.
И с днем программиста нас всех!
#android #animation
https://medium.com/@Bytepace/android-animations-transitions-pt-1-5615ba65cb2d
P.S.
И с днем программиста нас всех!
Medium
Android Animations: Transitions, pt. 1
Animations in apps appeared enough time ago, its beauty too and complexity. Taking into account the fact that animation is a set of frames…
Перевод статьи о создании анимации раскрытия кнопки FAB
#android #animation #design
https://medium.com/nuances-of-programming/как-создать-плавающую-кнопку-для-android-приложения-eda90d7c574b
#android #animation #design
https://medium.com/nuances-of-programming/как-создать-плавающую-кнопку-для-android-приложения-eda90d7c574b
Medium
Как создать плавающую кнопку для Android приложения
В этом уроке я покажу как создать анимированную «плавающую кнопку действия» (FAB), которая открывает доступ к опциям по нажатию.
Перевод большой статьи о том, как использовать анимацию с точки зрения UX
#android #animation
shorturl.at/nHOSZ
#android #animation
shorturl.at/nHOSZ
Medium
Полное руководство по использованию анимации в UX
Перевод статьи https://uxdesign.cc/the-ultimate-guide-to-proper-use-of-animation-in-ux-10bd98614fa9, автор оригинальной статьи —…
В альфа версии 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.
Обзор нового Motion Editor из Android Studio 4.0: scenes, states, transitions, key frames.
#androidstudio #animation
https://riggaroo.dev/getting-started-with-the-motion-editor-in-android-studio-4-0/
#androidstudio #animation
https://riggaroo.dev/getting-started-with-the-motion-editor-in-android-studio-4-0/
Rebecca Franks - @riggaroo
Getting Started with the Motion Editor in Android Studio 4.0 – Rebecca Franks - @riggaroo
Android Studio 4.0 has been released in the stable channel! 🥳 What does this mean for us? Well, the new Motion Editor is in Android Studio 4.0 and if you are someone who prefers to use the stable version of tooling, this is probably your first look at the…
This media is not supported in your browser
VIEW IN TELEGRAM
Статья о новых возможностях анимации при отображении клавиатуры
#android #animation
https://medium.com/androiddevelopers/animating-your-keyboard-reacting-to-inset-animations-839be3d4c31b
#android #animation
https://medium.com/androiddevelopers/animating-your-keyboard-reacting-to-inset-animations-839be3d4c31b
Серия небольших видео от Android Developers о создании анимации с помощью MotionLayout
#android #animation
https://www.youtube.com/watch?list=PLWz5rJ2EKKc-bcyUTIFAr97ZtRkwM7S4y&v=o8c1RO3WgBA
#android #animation
https://www.youtube.com/watch?list=PLWz5rJ2EKKc-bcyUTIFAr97ZtRkwM7S4y&v=o8c1RO3WgBA
Серия MAD Skills видео про Motion Layout
#android #animation #madskills
https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_PEOEHNBEyy6tPX1EgtUw2
#android #animation #madskills
https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_PEOEHNBEyy6tPX1EgtUw2
YouTube
Motion Layout - MAD Skills
The MotionLayout API and design tool makes creating animations much easier. In this series, you’ll learn how to use MotionLayout to make rich, dynamic animat...
Дока по Material motion, который позволяет выполнять Transition анимации
#android #animation
https://material.io/develop/android/theming/motion
#android #animation
https://material.io/develop/android/theming/motion
Material Design
Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences.
Подробная статья о том, как в приложении включить анимацию при появлении клавиатуры.
#android #animation #keyboard
https://johncodeos.com/move-view-with-keyboard-in-android-using-kotlin/
#android #animation #keyboard
https://johncodeos.com/move-view-with-keyboard-in-android-using-kotlin/
John Codeos
How to move View with Keyboard in Android using Kotlin | John Codeos - Blog with Free iOS & Android Development Tutorials
This tutorial teaches you how to move a view with animation when the keyboard appears or disappears. You can use this feature all the way back to API 21.