android-transitions Questions

0

I'm looking to build a Fragment similar to that in the Contacts application. How would I replicate the way contact cards fragment slides in from the bottom to the top? I want to be able to pull do...
Cornwall asked 17/5, 2015 at 18:44

0

I was playing around with Lollipop's Activity Transition. I have a button in Activity A which when clicked calls Activity B. In the Activity B, I am overriding onBackPressed() and calling finishAf...

1

I have the following problem: I'm trying to transition from Fragment A to Fragment B. There is a shared element between these fragments in the form of a Button and some other View's (see layout). ...
Duplication asked 24/2, 2015 at 13:5

1

Solved

I see strange thing in my shared element transition on Lollipop. Shared elements are flickering just before they are starting to animate (please see video https://www.youtube.com/watch?v=DCoyyC_S-9...

1

Solved

Let's say I'm using a view-based approach to develop an Android application like for example described in the following article: http://corner.squareup.com/2014/10/advocating-against-android-fragme...
Tryptophan asked 7/2, 2015 at 19:29

0

I've implemented a transition between two fragments with an explode animation (Standard google transition -> http://goo.gl/tE5xzl). Is there any opportunity to set the direction of the explosion? ...

0

I want to implement the shared element transitions in my app for Android Lollipop. After I have read the documents, the SO questions and some posts I decided to give it a go, but now I got a proble...

1

So, the problem I am facing is that the animation I do between two Activities and two shared views is not looking great. The problem is that its "glitchy", when going from Activity2 back to Activi...

1

Solved

I am using the new Lollipop api to setEnterTransition on a fragment and then add a shared element transition for an image in the fragment. The desired behavior is first, the image should move to it...

3

Solved

Android L introduced a new animations feature: animating between similar Views in different activities. It's documented here. I've tried to use ActivityOptions.makeSceneTransitionAnimation, but i...
Cleanser asked 1/7, 2014 at 19:11

2

Solved

Is it possible to animate the saturation of an image (e.g. png) over time? For example from grayscale to full color. Plus if I can use an Interpolator. I have seen the EffectFactory and the ColorM...
Luciferase asked 22/8, 2014 at 18:20

4

I am writing an Android app where I want the activity to appear by animating in from the bottom of the screen to the top. I am able to do this with code from here: How to translate the activity f...
Monanthous asked 10/5, 2014 at 6:51

4

Solved

I am able to give bottom to top animation when I go to next activity but now when I pressed back I am using same code for giving animation from top to bottom animation but it always goes to bottom ...
Cannae asked 13/10, 2011 at 12:22

© 2022 - 2024 — McMap. All rights reserved.