android-transitions Questions

14

Solved

How can I define the transition between two activities for Android 1.5 and later? I would like an activity to fade in.
Seaquake asked 2/8, 2010 at 16:3

3

I'm using a device running on Android 5.0, the minSdk is 21 and the targetSdk is 22. App description I'm on an app with 2 activities, activity A contains a GridView with pictures and text and ac...

5

In my application I use a bottom sheet (from the support library) which works great. Now I would like to animate a layout change while the sheet is dragged up. For this I have created a subclass of...
Gustatory asked 13/8, 2017 at 7:43

4

Solved

I'm trying to slide this view in and out using Transition + Transition manager, however when hitting the hide button to make the view GONE it doesn't have the sliding animation. However, the show ...
Enarthrosis asked 3/1, 2021 at 6:34

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...

3

I'm making a scene transition for devices with API level 20+. It is working fine, but I want to set custom duration to make the transition. Is it possible ?? My code: ActivityOptionsCompat option...
Thor asked 1/3, 2016 at 5:13

2

I'm trying to make a slide animation. For it I use a MotionLayout with a MotionScene containing two ConstraintSet. The slide animation works fine. However I get an error in the LogCat: E/MotionLay...

1

I have the following Activity and layout: import android.os.Bundle import android.view.Gravity import android.view.View import androidx.appcompat.app.AppCompatActivity import androidx.constraintlay...

2

Is it possible to change the transition effect from opening a fragment from a drawerlayout with the android navigation component. There is nothing in the android docs.
Lechery asked 9/10, 2018 at 14:15

2

Here is the link to recording while pressing back button While i am using a animation in a fragment transaction it's working fine but i am getting a flicker of the next screen which is annoying me...
Evvie asked 1/3, 2017 at 9:27

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...

2

In my Android app, I have a splash screen where I do some setup and loading. My app uses default explode as a windowEnterTransition and a windowExitTransition and a changeImageTransform plus change...

3

Want to create the view pager same as following UI, applied custom transformer but not working. ViewPager.java public class MyViewPager extends ViewPager implements ViewPager.PageTransformer {...

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...

1

I usually solve problems by myself but this time im really getting mad and can't find proper fix. Scenario: I have two fragments let's say A and B. In Fragment A I'm populating RecyclerView (l...
Overseas asked 28/9, 2019 at 10:22

2

Solved

I have a litle problem. I have a fragment A with a list and an activity B with also a list. Now A and B have an image in common, so I set up an shared element transition and it works on the way fr...
Dessalines asked 28/4, 2017 at 14:40

0

I am trying to implement transitions in my app for the first time, but it keeps crashing with this message Restarter must be created only during owner's initialization stage transition This is ho...

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 ...

2

Solved

I am using the constraintLayout with animations using TransitionManager. I have the following 2 layouts This is my main_activity.xml <android.support.constraint.ConstraintLayout android:id="...

3

Solved

I have two Activities, both of which contain an image. I am using Fresco to load the image in one activity and Picasso to load image in another activity. Here are the relevant parts of my code: Im...
Valuable asked 27/1, 2016 at 14:25

1

I am currenlty exploring a somewhat complex UI similar to the BottomSheetBehaviour used in Google Maps, where one can animate an item from a collapsed state into an expanded state. The transition b...

0

Let's say we have two fragments: A and B A is visible, we want to replace it with B A has an exitTransition, B has an enterTransition Both transitions define a TransitionPropagation that they us...

2

I am planning to implement something like this in one of my project but the concept for the following is unclear to me, there's no such tutorial available either, moreover you don't get to see this...
Veronikaveronike asked 24/4, 2015 at 11:34

2

Solved

I'm trying to use Android Navigation instead of fragment transaction. There is one problem however which is starting to be cumbersome. Upon using a slide-in animation for the Enter Animation the ne...

2

Solved

I am trying to use a ConstraintLayout in conjunction with views that slide up and down with animation. These views are organized vertically, with a RecyclerView at the top and two other views stack...
Groome asked 21/5, 2018 at 22:21

© 2022 - 2024 — McMap. All rights reserved.