android-transitions Questions
3
Solved
UPDATE
Ive opened a bug with Google https://issuetracker.google.com/issues/63663775
I am attempting to employ makeSceneTransitionAnimation within my current Android Application.
I have a Source ...
Jewbaiting asked 4/7, 2017 at 14:31
1
Hello again stack overflowians. I have another fragment question. (I'm using android.app.Fragment not Support Fragments)
I'm trying to replace a fragment. But this isn't as simple as using:
fragm...
Transpontine asked 31/10, 2017 at 0:34
1
Solved
There is a great transition library for iOS called Hero (https://github.com/lkzhao/Hero)
Does anyone know of a similar library or interface to native options that do like solutions as Hero?
Zeppelin asked 7/11, 2017 at 13:57
3
Solved
I want to have a transition in my android views on view is Button and other is EditText, transitions must be like this animation
I tried in this way
Layout xml is
<?xml version="1.0" encod...
Sapowith asked 7/10, 2017 at 4:57
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
0
The Samsung s6 has a nice transition between activities and it's similar to the one described here:
So I decided to add this activity transition animation to my project and set duration to 600ms. ...
Sarene asked 17/8, 2017 at 12:39
3
Solved
I am trying to do a hero transition in Android 5.0 between an image in a ListView to a details page. But for about 50% of my images Android crashes with the exception below. My images are 600x400 b...
Crossruff asked 29/10, 2014 at 9:9
0
In certain View in my app I'm displaying a Fragment with some Omages in a RecyclerView. When an Image is clicked, a new detail Fragment is shown (with an enter and return transition). The problem i...
Maxon asked 15/3, 2017 at 11:31
2
Solved
I have two activities (A and B), and when I click on a button, element from A start animated transition to B. However, I want to disable that same transition playing backwards when going back from ...
Chancellor asked 23/1, 2017 at 11:32
1
I have a layout like the one in the picture below
where an orange frame is a HostFragment is built like this:
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas....
Lung asked 26/10, 2015 at 21:34
2
I am working on a proof-of-concept where I have a few custom views in a TableLayout. When one of the Views is clicked I want to animate the view expanding into a new Activity. The effect I want to ...
Conrado asked 11/1, 2017 at 23:11
1
Solved
I have 2 fragments ListMovieFragment and DetailMovieFragment.
I have an interface in ListMovieFragment that is implemented in the MainActivity. I am using shared element transition ; when I click ...
Rosecan asked 28/12, 2016 at 5:16
2
Solved
AndroidStudio 2.3 Beta 1
I am trying to get transitions work with fragments, how the image I am using doesn't transition. It just pop up as normal.
I have created a simple App to try and get thi...
Sack asked 22/12, 2016 at 17:59
3
I'm trying to use the Transitions API to animate a shared element between two ViewGroups. The goal is that the green view travels 'out of its parent's bounds' towards the new position.
I have t...
Abie asked 29/5, 2016 at 17:32
3
Solved
After adding exit and enter Activity transitions to an app, I am getting crash reports like the following:
Fatal Exception: java.lang.NullPointerException: Attempt to invoke
virtual method 'and...
Assignment asked 7/1, 2016 at 15:26
3
Solved
I am trying to load an image from a URL into an ImageView using Picasso.
The image for the shared transition is inside a CardView in a RecyclerView and the second it just in a LinearLayout.
The fi...
Araiza asked 22/10, 2015 at 14:5
2
Solved
I'm trying to do a shared element transition between two activities.
The first activity has a circle imageview and the second activity has a rectangular imageview. I just want the circle to transi...
Maestoso asked 28/9, 2016 at 13:46
1
I have a recycle view to show all photo thumbnail items. When click on item, I use transition for imageview in this item to Detail activity. The problem is that image source is gotten from internet...
Anticathode asked 5/9, 2016 at 9:24
1
Solved
i am trying to add shared element transition into my app.
Scenario is that user clicks on image thumbnail which than opens another activity with full screen image view.
This works fine if shared...
Wernsman asked 26/7, 2016 at 17:43
1
I have an Activity A from there I open Activity B, and pass the shared element to it. It animates the transition fine, but when I go back to Activity A and then go to Activity B again which is stil...
Hobbyhorse asked 16/10, 2015 at 10:45
0
Is it possible to animate a TextView via a shared element transition and additionally transfrom the color while animating?
I'm transitioning from a text in the activity to a toolbar's text and the...
Innovate asked 7/8, 2016 at 23:36
3
Solved
I've been trying to use the new fancy animations that come with the L developer preview, but I'm having a lot of difficulties. In particular, I am not seeing any fancy animations. I'm trying to use...
Thymic asked 23/7, 2014 at 14:48
4
Solved
I'm trying to port an Android app to the new support library (support-v4:21.0.0) and I'm having trouble starting Activities from Fragments with a transition.
In my Activities, I've been doing some...
Few asked 18/11, 2014 at 21:48
2
I have list of feed data in global application.
I used this code to make a transition from my RecyclerView in MainAcitivty
// selected item event
Intent intent = new Intent(this, DetailActivity.c...
Holster asked 7/7, 2016 at 2:57
2
In my app I'm using the Android Activity Slide transition. I followed a nice tutorial and everything works as expected except for the hint of my EditText, which is contained within an InputTextLayo...
Accommodating asked 23/12, 2015 at 16:5
© 2022 - 2024 — McMap. All rights reserved.