How to create an animation in Sketchware?
Here I have used the example of battery charging images to show how we can create a simple animation in Sketchware. Here is a video of the process: Step 1. Download Sketchware App . Step 2. Start a new project. Drag and drop a linear and an imageview block in the View area. Step 3. Use Image manager to add the images you want to use in animation. I have added seven different images of battery charging icon in this project. Step 4. Now in the Logic area add a new timer component . I have added a timer component named animate . Step 5. Now in the Logic area, click on onCreate event and add a new block . I have added a block named repeats . Step 6. In onCreate activity add: TimerTask (animate) after 0 ms Inside TimerTask add Imageview...........setImage.......... repeats (The new block you added) Now select the imageview name and the first image you want to display. Step 7. Now...