Questions tagged [fragment-transitions]

51 questions
0
votes
1 answer

How to read Animation scale duration flag in Marshmallow

I am facing problem while reading Animation scale duration flag in Marshmallow. Same code is working in earlier version of Marshmallow (6.0.0). I am using android.app.Fragment.setCustomTransition() method for fragment animation. When Animation scale…
Sachin Chandil
  • 17,133
  • 8
  • 47
  • 65
0
votes
2 answers

Fragment Transition

I am creating a navigation flow in my application where I have three fragment. Here is the complete scenario, Fragment A (Get OTP) Fragment B (Confirm OTP) Fragment C (Change Password) User navigation will start from Fragment A. User will input…
0
votes
1 answer

ListViewFragment (Fragment that contains ListView) only created once, at the first time

I'm trying to update ListView's data after downloaded JSON data, but it didn't work because onCreate and onCreateView methods are only working at first time. I noticed it when I put debugging point to that two methods but the debugging line never…
0
votes
2 answers

Fragment Transition in android ...!

Please have a look on this pattern. Is it possible ??? Fragment A > Fragment B > Fragment C > Fragment D > Fragment E index 0 > index 1 > index 2 > index 3 > index 4 Now what I want : >>> Switch from Fragment E to Fragment B without…
Akarsh M
  • 1,629
  • 2
  • 24
  • 47
0
votes
3 answers

Android - Laggy fragment transition with full hd display

i have a simple animated fragment transition in login section of my app - see anim.xml . Fragments have background set from drawables in xml and everything works just fine unless I test it on my smartphone with full hd display. Transition suddenly…
TheJudge
  • 576
  • 1
  • 9
  • 30
0
votes
2 answers

Transition a fragment in Android

What is the simplest way to transition a fragment in Android? I'm striving for a single line solution. What I tried: I added a transition xml file:
Draconar
  • 1,147
  • 1
  • 17
  • 36
1 2 3
4