animation - Android - Animate a View's entrance -


how can animate way view first appears (transitions) onto screen? know how build animation, i'm wondering how make animation run view first drawn onto screen.

appreciate , help!

edit: view in question textview or imageview.

you can set layout attribute

android:animatelayoutchanges="true" 

in parent layout, actions changing child view visibility visible gone animated. or if need type of animation - create animation , use in correct time (for example when screen created, or action cause view appearing happened).


Comments

Popular posts from this blog

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Can Piwik report referrer in real time? -