shared-element-transition Questions
0
I am trying to do shared element transition in jetpack compose to show user's image and name. I show user's image and name but there is no animation in my code and when the user's picture and name ...
Reinke asked 27/6, 2023 at 8:42
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
1
I'm trying to implement this
like others before me.
What I find so far:
How to implement the "parent-to-child" navigational transition as prescribed by Material Design
Material De...
Playa asked 9/11, 2018 at 1:44
6
I hope you could help me with this issue. I have two fragments, the first one is a recyclerview with several images, the second fragment is the details view of this images. If user clicks on an ima...
Unscramble asked 24/2, 2015 at 11:28
4
Solved
I've been working on this problem for weeks and I'm still unable to solve this problem.
So, I have a CardView that contains a LinearLayout with an ImageView.
Without that radius Shared Element...
Telesthesia asked 16/2, 2017 at 12:55
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
3
I am trying to make a shared element transition between fragments, everything works fine when using replace() to add the second fragment, however in the codebase add() is used a lot, but when using...
Station asked 25/3, 2015 at 15:25
13
Solved
I implemented an image transition between two activities using the new shared elements from lollipop. It's working but I get a weird white blinking on the entire screen during the transition and I ...
Phenomena asked 6/2, 2015 at 10:52
2
My MaterialContainerTransform transition is working from source -> destination, but not the other way around. My situation is pretty standard -- I am attempting to provide a simple transition fr...
Backstitch asked 13/1, 2021 at 18:3
5
Solved
I have a pretty straightforward case. I want to implement shared element transition between an item in recyclerView and fragment. I'm using android navigation component in my app.
There is an art...
Brianabriand asked 4/12, 2018 at 13:50
2
I followed this article of android develop blog, and here is his source code.
The demo works well, however generally we prefer using centerCrop scale type in image list, and using fitCenter in det...
Castrate asked 23/2, 2020 at 15:23
2
Solved
I am attempting to animate between two screens using a shared element transition. Below is what seems like the relevant sections of my code (probably more that isn't relevant too) but I've cut out ...
Lowney asked 13/1, 2016 at 13:19
4
Solved
I've implemented shared element transitions for my app, where the transition begins on an image from a Fragment (with RecyclerView) inside a ViewPager on the home screen and expands into full scree...
Amalle asked 11/6, 2017 at 12:40
5
Solved
I am working with Shared Element Transitions between activities. The transition is working fine but I want to know when the shared element transition ends so that I can show other things.
I tried ...
Rumph asked 10/11, 2015 at 23:39
5
I am currently using the following code to transition a block on the right side of the screen to a shared element on the left:
FragmentDetail newFragment = FragmentDetail.newInstance(id);
setSh...
Hinman asked 1/2, 2015 at 13:59
1
I'm trying to use a shared element animation between 2 fragments, BlankFragment and BlankFragment2. BlankFragment has a recycler view and BlankFragment2 is a details screen. They share an image and...
Philippopolis asked 25/5, 2019 at 7:43
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
6
Solved
I'm working on making an application more Material and I'm just stuck on how to implement some shared element transitions. I have an activity A that starts another B and then calls finish() in orde...
Jenna asked 9/4, 2015 at 19:37
1
Solved
I'm putting in place the Android Navigation Component in my app.
Some transitions work fine, but for this one I have an error. The transition view, from fragment A, stay on the new fragment (B) and...
Rennie asked 11/11, 2019 at 13:59
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
2
I would like to know whether it is possible to change the z-order of a shared element transition? Look:
I have a layout with an image, that fills the whole screen. In front of the image is a textb...
Gestapo asked 2/9, 2015 at 8:19
0
I have a RecyclerView in a fragment with an item list. So when I click an item, a BottomSheetDialog opens. There are some views common for both of the views. So I thought to add shared transitions ...
Superheterodyne asked 17/4, 2019 at 7:19
1
Recently I faced up with a weird problem.
I have two activities. The first one contains a grid with a thumbnails. A kind of a gallery. And the second one contains a view pager with fragments and be...
Aundrea asked 16/9, 2016 at 11:6
3
My application displays a splash screen for 1 second before displaying the main activity. Both the splash screen and main activity share a common image that is required to animate from the center o...
Lona asked 27/4, 2017 at 20:12
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.