This article provides a demo of a simple animation in Android.
We know that animation is the technique for making a movie using a series of drawings, computer graphics, or photographs of objects (such as puppets or models) that are slightly different from one another and that, when viewed quickly one after another, creates the appearance of movement.Today we make a simple animation as in the following:In the preceding picture we are moving a series of photos frame-by-frame that create an illusion of moving an object.Now we move toward the code section of this project.In the design section we use an Imageview. In this ImageView we will show our image. We also use two buttons. One to start the animation and the other to stop the animation. The following is the XML code of our project:
Code Section 1
Today we learned how make an animation in some simple steps.
Printing in C# Made Easy