activity-transition Questions

2

I'm using Activity transitions from a ViewPager (in the calling activity) with a shared element and content transitions as well. I'm getting this crash when re-entering to the calling activity: j...

9

Solved

Firstly, my status bar background is set to dark brown, and my navigation bar background is default black. I'm using the Material light theme. I'm starting a new activity using ActivityOptions.mak...

2

Solved

In Android Lollipop, the Activity#postponeEnterTransition() and Activity#startPostponedEnterTransition() methods give the Activity the ability to delay starting the entering and exiting shared elem...

5

Solved

I am able to get TextViews to transition perfectly between two activities using ActivityOptions.makeSceneTransitionAnimation. However I want to make the text scale up as it transitions. I can see t...

12

I wanted to setup a shared element transition when going from one Activity to another. The first Activity has a RecyclerView with items. When an item is clicked that item should animate to the ne...

2

I have a custom Transition used in shared elements between my two Activities. My transition doesn't work because the TransitionValues parameters has the same View with same attributes in both meth...
Lesh asked 28/4, 2016 at 12:34

3

Solved

I created a custom circular reveal transition to use as part of an Activity's enter transition (specifically, I am setting the transition as the window's enter transition by calling Window#setEnter...

1

Solved

I want to start a new activity with a custom translate animation, so I use overridePendingTransition with my animation in xml. overridePendingTransition(R.anim.enter_from_right, R.anim.exit_to_le...

1

Solved

I got images adapter where each item is user image, when clicked it opens a new activity with selected user image, so I mark the image as shared element and using activity transitions. Part of the...

2

Solved

I've just started to rebuild my app for Android 5.0, using the appcompat support library. I've just finished implementing a transition featuring shared elements. It seems to work well, untill I add...

1

In my android application, I have a MainActivity say M. this activity uses Android's tabLayout widget to initialize four tabs. Each tab corresponds to one Fragment say F1,F2,F3,F4 are four fragment...

1

Solved

[EDITED AT THE BOTTOM] I'm trying to code manually these types of animations: Google Calendar If you carefully see those views, they belong to a List or RecyclerView, but they are animated (size...
Haplology asked 22/3, 2016 at 14:14

2

Solved

On Android 5.0 Lollipop, I have two activities A and B. Activity B has a slie enter transition from bottom with a Overlay ActionBar, but when B shows, the ActionBar also slide from bottom to top. ...

1

I found the problem with SimpleDraweeView of fresco at the beginning. However the problem still exists after I replace with android ImageView. So I can't be sure whether the problem is due to Andro...

4

I'm trying to make an Activity Transition using Shared Elements on a pre-Lollipop device (4.x). Is it possible? So far, I'm trying this: public class RewardDetail extends ActionBarActivity { @Ove...

2

Solved

I am trying to animate one ImageView to another position between two activities in Android API level 21. Since "MoveImage" in Android L Preview has been removed, I use "ChangeImageTransform" instea...

2

Solved

I am trying out Activity Transitions and when I paste below code in my values-21/styles.xml I get error: cannot resolve symbol '@transition/explode' <style name="BaseAppTheme" parent="andr...

0

I have been trying to implement the new Lollipop activity and shared elements transitions during a few days following the steps from Alex Lockwood awesome blog posts. But now I'm facing a bit of a ...

1

I have an Activity A which is permanently set in landscape orientation and an Activity B without any predefined orientation. If I start activity B from activity A and phone rotation is in a lands...

0

I am confused about the List<View> sharedElementSnapshots argument that is passed to the SharedElementCallback's onSharedElementStart() and onSharedElementEnd() methods. Presumably these snap...

1

Solved

I am having some trouble understanding the difference between these two Window flags and am not 100% certain when each needs to be used and why. The docs for Window.FEATURE_ACTIVITY_TRANSITIONS s...
Mccusker asked 10/3, 2015 at 23:18

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

During a shared element Activity transition, shared elements are drawn in the window decor view's ViewOverlay by default. If necessary, the developer can disable this default behavior by calling th...

2

Solved

Every time i search i came across this " android 5(L) activity transition only available on API >= 21 . that's fine but i can see some app like QuickPic and google inbox that use similar ...
Maddi asked 7/12, 2014 at 15:44

2

Solved

I'm doing some rudimentary exploration of Shared Element Transitions in Android L. The simple example I've setup has an image view translating from the top of the screen to the bottom of the screen...

© 2022 - 2024 — McMap. All rights reserved.