Top "Android-animation" questions

Animations can be integrated into Android Apps, through both Java and XML.

Android: How to make a nice heartbeat animation?

This is my solution anim/pulse.xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.…

android xml animation android-animation objectanimator
Android transition animation is not working

Android transition is same for explode and slide.Actually I don't think its animating. Also duration is not 6 seconds. How …

android android-animation android-5.0-lollipop android-transitions
How do I define default animations for Navigation Actions?

I'm using Android Studio 3.2 Canary 14 and The Navigation Architecture Component. With this you can define transition animations pretty much as …

android android-animation android-jetpack android-architecture-navigation
Support library: FragmentTransaction animations not working

I'm using Peter Doyle's android-support-v4-googlemaps support library for implementing an Activity that uses both Fragments and Google Maps, and …

android android-fragments android-animation android-maps
View Pager with previous and next item smaller in size with infinite scroll

Want to create the view pager same as following UI, applied custom transformer but not working. ViewPager.java public class …

android android-viewpager android-animation android-transitions android-viewpager2
How to add recyclerview item(s) remove animation

When I use this, it removes one element with animation { notificationItems.remove(0); adapterForNotification.notifyItemRemoved(0); adapterForNotification.notifyItemRangeRemoved(0,count-1); } But, when I …

android android-recyclerview android-animation removeall
How to increase the lottie "LottieAnimationView" dimensions?

I am using Lottie for animations. The problem is lottie view dimensions are too small. is there a way to …

android android-animation lottie-android
Infinite ObjectAnimator with interpolator... How to accelerate only the initial start?

I have a object animator with infinite repeat mode. I want to accelerate it only the first time it starts... …

android animation android-animation interpolation objectanimator
Disable animation on notifyItemRangeInserted()

I'm using a RecyclerView. After adding items to the RecyclerView, I need to call: notifyItemRangeInserted(int positionStart, int itemCount); However, …

android android-recyclerview android-animation
Activity animation slide from bottom

What I use: activity_stay.xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/…

android android-activity android-animation android-xml android-transitions