How to make a Flashlight App in Sketchware App
1) Create a New project in Sketchware. 2) In view area add a LinearLayout as linear1 and set it’s layout to center horizontal and center vertical.Then add Imageview as imageview1. Set it’s width and height to 100dp and scale type to FIT_XY.Then on image manager add two imagesic_flash_on_black and ic_flash_off_black.Set imageview1 to ic_flash_off_black. 3) In library manager …