![]() |
In today’s world which is filled with full of imagination and visualizations, there are some areas that are covered with the word animation. When this word will come to anyone’s mind they always create a picture of cartoons and some Disney world shows. As we already know that among kids, animation movies are very popular like Disney world, Doraemon, etc. All the cartoons and animation pictures are the types of animation made from thousands of single pictures added together and play according to steps. The same animation, we have tried to add in our android application using Kotlin. What we are going to build in this article?We will be building a simple android application in android studio using Kotlin, in which we will have a start Button and an image, by the time we click on the start button it will start its corresponding animation. In this particular, we have used a man with walking animation. Clicking on the same button again will stop the animation. A sample GIF is given below to get an idea about what we are going to do in this article. Step by Step ImplementationStep 1: Create a New Project To create a new project in Android Studio please refer to How to Create/Start a New Project in Android Studio.
Step 2: Upload Images for Animation Copy the images from your system, go to app > res > drawable, and press Ctrl + V, they will get included in the drawable folder. ![]() You can get all the images from this link. Step 3: Create an XML File for Animation List For creating an animation list for the application, navigate to app > res > drawable right-click on drawable, select: new > Drawable resource file and name the file as animation_item.xml and refer to the code below. XML
Step 4: Working With the activity_main.xml File Now it’s time to design the layout for the application. So, navigate to app > res > layout > activity_main.xml and refer to the below-written code in the activity_main.xml file. XML
Step 5: Working with the MainActivity.kt file Go to the MainActivity.kt file and refer to the following code. Below is the code for the MainActivity.kt file. Comments are added inside the code to understand the code in more detail. Kotlin
Java
That’s all, now the application is ready to install on the device. Here is what the output of the application looks like. Output: |
Reffered: https://www.geeksforgeeks.org
Android |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 11 |