In android, I go from one Activity which has a hamburger icon to second Activity which has an arrow button. I want to make an animation, where the hamburger icon rotates in style to arrow button. How can this be done?
            Asked
            
        
        
            Active
            
        
            Viewed 78 times
        
    0
            
            
        - 
                    1Look into the Transition Framework, https://github.com/lgvalle/Material-Animations/blob/master/README.md . You will create a shared element. – chRyNaN Mar 05 '16 at 21:45
 - 
                    am speaking similar to gmail. when i click on a message, the top hamburger icon changes to arrow icon in animation style ( spinny arrow). – user3278732 Mar 05 '16 at 22:20
 - 
                    same question here but no answer given yet http://stackoverflow.com/questions/29775234/hamburger-menu-spin-to-arrow-on-new-activity – user3278732 Mar 05 '16 at 22:23