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...
Automotive asked 10/12, 2015 at 13:52
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...
Mangrum asked 28/10, 2014 at 3:6
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...
Tame asked 17/11, 2014 at 16:32
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...
Colewort asked 28/10, 2014 at 2:9
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...
Sniggle asked 25/10, 2014 at 19:29
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...
Horwitz asked 5/11, 2014 at 3:36
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...
Irrelevancy asked 2/10, 2017 at 8:15
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...
Croup asked 28/2, 2017 at 12:56
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...
Sear asked 5/12, 2014 at 13:32
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...
Fluctuate asked 30/11, 2016 at 10:32
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.
...
Zoogloea asked 26/12, 2014 at 14:54
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...
Preciosa asked 1/10, 2015 at 7:39
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...
Oversoul asked 25/10, 2014 at 21:23
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...
Loupe asked 28/10, 2014 at 3:2
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...
Normalize asked 28/1, 2015 at 1:7
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 ...
Jacobah asked 8/7, 2015 at 14:24
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...
Gerhan asked 16/5, 2015 at 10:2
0
I am confused about the List<View> sharedElementSnapshots argument that is passed to the SharedElementCallback's onSharedElementStart() and onSharedElementEnd() methods. Presumably these snap...
Perfunctory asked 21/3, 2015 at 21:40
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...
Regolith asked 17/2, 2015 at 17:31
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...
Eydie asked 11/1, 2015 at 20:59
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...
Smokedry asked 7/12, 2014 at 18:12
1 Next >
© 2022 - 2024 — McMap. All rights reserved.