droidcon SF 2017 - Transitions without Activities or Fragments
Video Statistics and Information
Channel: droidcon SF
Views: 8,612
Rating: undefined out of 5
Keywords:
Id: 9Y5cbC5YrOY
Channel Id: undefined
Length: 40min 15sec (2415 seconds)
Published: Tue Dec 05 2017
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
This talk is excellent, and the stuff you can do with the Transitions API is one of the reasons why so many people have ditched Activities and Fragments in favor of solutions that just switch the view in the Activity's root layout based on screen changes.
Instead of the Android framework inflating layouts and managing screen transitions for you, you can now control it yourself. You can actually move view elements around instead of faking it, and keep the layout intact and add and remove view elements instead of replacing everything.
With the Transitions API creating these animations becomes a breeze, as Chris Horner showed in his talk.
What animations are you trying to do?
Great video, thanks
That talk assured me that that framework is hell and I should still just put everything together from Object animators (unless it's really hard to do that) XD
29:00
Hehe, good one.