tags:

views:

95

answers:

3

Hi, is it possible to show any animation when i call a function in same class in android? In my application, i called a function "doAddition" so many times.And i want whenever i call this function, it shows some animation. Thank you

A: 

Perhaps the classes in android.view.animation will be useful.

CommonsWare
A: 

I think what you looking for is the ProgressBar.

sinec
A: 

ProgressDialog would be a quick solution as well.

jqpubliq