[Android Development]How to use animation in android

  • Replies:2
nguyen quoc
  • Forum posts: 15

Jan 10, 2016, 4:23:29 PM via Website

Adding animations to your app interface will give high quality feel to your android applications.
Animations can be performed through either XML or android code. In this tutorial i explained how to do animations using XML notations.
I will explain how to do the same using android java code in future tutorials. Here i covered basic android animations like fade in, fade out, scale, rotate, slide up, slide down etc.,

Thanks you for watching my video !!

Deactivated Account

Reply
martin smith
  • Forum posts: 277

Apr 19, 2017, 4:04:33 PM via Website

Useful video..

Reply
DEV IT
  • Forum posts: 79

Sep 15, 2021, 9:33:09 AM via Website

The post is very useful but I have also mentioned an updated line to android layout changes development.

Animate layout changes
On Android 4.4 (API level 19) and higher, you can use the transition framework to create animations when you swap the layout within the current activity or fragment. All you need to do is specify the starting and ending layout, and what type of animation you want to use.

Reply