Top "Android-animation" questions

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

Pause and Resume Lottie Animation

I'm implementing a Lottie animation and the entire animation works great! However, i would like to add a bit of …

android kotlin android-animation lottie-android
Android ObjectAnimator animate translationY same proportion on all screen sizes

I am using ObjectAnimator to slide up a background image to reveal a listView below. The listView has a weight …

android android-layout android-animation objectanimator
Expected resource of type animator [ResourceType]

I've updated my SDK to the newest version, but now I am getting a lint error. Error: Expected resource of …

android android-animation android-lint
How do I expand CardViews to show more detail like Google Keep cards?

I have some CardViews in my app and I want them to function like the cards in Google Keep. For …

android android-animation android-cardview
Animated transition between two imageview

On one hand I have a layout with two ImageView : <FrameLayout xmlns:android="http://schemas.android.com/apk/res/…

java android animation android-animation android-imageview
Animation in Viewpager tab change fadein / fadeout as like Linkedin introduction screen

I want to implement same kind of animation such as linked in does in android application for its Introduction(Login / …

android animation android-viewpager android-animation
Android Studio fading splash into main

I currently am working on an android app. Just started and I was able to implement my splash screen. However, …

android android-studio android-animation fadein splash-screen
iOS like over scroll effect on Android

I want to implement the iOS-like bounce overscroll effect in my app. I came across this link which suggests creating …

java android animation android-animation android-scrollview
Setting the FloatingActionButton ripple

Im trying to set the FloatingActionButton ripple to something similar to this From Material design. The problem is that I …

android android-animation material-design floating-action-button